com.softwareag.um.modules.transport.ClientTransportContext Class Referenceabstract

This represents a client side TransportContect that is used to create Transport objects using the TransportFactory. More...

Inheritance diagram for com.softwareag.um.modules.transport.ClientTransportContext:
com.softwareag.um.modules.transport.TransportContext com.softwareag.um.modules.transport.ClientRDMATransportContext com.softwareag.um.modules.transport.ClientSHMTransportContext com.softwareag.um.modules.transport.ClientSocketTransportContext com.softwareag.um.modules.transport.ClientSSLTransportContext

Additional Inherited Members

- Public Member Functions inherited from com.softwareag.um.modules.transport.TransportContext
abstract boolean supportsAsync ()
 Check whether or not this TransportContext will create Tranports which support asynchronous callbacks. More...
 

Detailed Description

This represents a client side TransportContect that is used to create Transport objects using the TransportFactory.

See Also
ClientSocketTransportContext
ClientSSLTransportContext
ClientRDMATransportContext
ClientSHMTransportContext