org.lsst.ccs.bus
Class TransportManager

java.lang.Object
  extended by org.lsst.ccs.bus.TransportManager

public abstract class TransportManager
extends Object


Constructor Summary
TransportManager()
           
 
Method Summary
static BusMessagingLayer getConnection(String protocolstring, String propertiesString)
           
abstract  BusMessagingLayer getInstance(String protocolString, String propertiesString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportManager

public TransportManager()
Method Detail

getConnection

public static BusMessagingLayer getConnection(String protocolstring,
                                              String propertiesString)
                                       throws TransportException
Throws:
TransportException

getInstance

public abstract BusMessagingLayer getInstance(String protocolString,
                                              String propertiesString)


Copyright © 2013 LSST. All Rights Reserved.