com.softwareag.um.io.ClientRDMATransportContext Class Reference

Constructed using the ClientRDMATransportContext.Builder. More...

Inheritance diagram for com.softwareag.um.io.ClientRDMATransportContext:
com.softwareag.um.io.ClientTransportContext com.softwareag.um.io.TransportContext

Public Member Functions

boolean supportsAsync ()
 This ClientTransportContext does not currently support Async which means that an exception will be thrown if you try to create an AsynchronousTransport using the TransportFactory.connect variant which takes callback objects. More...
 

Detailed Description

Constructed using the ClientRDMATransportContext.Builder.

All information must be set on the Builder so that when this object is built, it is validated. It is used to create Transport objects using TransportFactory.connect. Communication on the transport is transmitted using Remote Direct Memory Access.

Member Function Documentation

boolean com.softwareag.um.io.ClientRDMATransportContext.supportsAsync ( )
virtual

This ClientTransportContext does not currently support Async which means that an exception will be thrown if you try to create an AsynchronousTransport using the TransportFactory.connect variant which takes callback objects.

Returns
false

Implements com.softwareag.um.io.TransportContext.