com.softwareag.um.io.TransportContext Class Referenceabstract

Abstract class that defines methods common to all TransportContexts. More...

Inheritance diagram for com.softwareag.um.io.TransportContext:
com.softwareag.um.io.ClientTransportContext com.softwareag.um.io.ServerTransportContext com.softwareag.um.io.ClientRDMATransportContext com.softwareag.um.io.ClientSHMTransportContext com.softwareag.um.io.ClientSocketTransportContext com.softwareag.um.io.ServerRDMATransportContext com.softwareag.um.io.ServerSHMTransportContext com.softwareag.um.io.ServerSocketTransportContext com.softwareag.um.io.ClientSSLTransportContext com.softwareag.um.io.ServerSSLTransportContext

Public Member Functions

abstract boolean supportsAsync ()
 Check whether or not this TransportContext will create Tranports which support asynchronous callbacks. More...
 

Detailed Description

Abstract class that defines methods common to all TransportContexts.

See Also
com.softwareag.um.io.ServerTransportContext
com.softwareag.um.io.ClientTransportContext

Member Function Documentation

abstract boolean com.softwareag.um.io.TransportContext.supportsAsync ( )
pure virtual