Interface ManagedObjectFactory
-
- All Known Implementing Classes:
JndiManagedObjectFactory
public interface ManagedObjectFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jms.ConnectioncreateConnection()javax.jms.DestinationgetDestination()
-
-
-
Method Detail
-
createConnection
javax.jms.Connection createConnection() throws TransportException- Throws:
TransportException
-
getDestination
javax.jms.Destination getDestination() throws TransportException- Throws:
TransportException
-
-