com.softwareag.um.io.ServerContextBuilder Class Referenceabstract

This is an abstract builder object that is used to create ServerTransports. More...

Inheritance diagram for com.softwareag.um.io.ServerContextBuilder:
com.softwareag.um.io.ContextBuilder

Public Member Functions

abstract ServerTransportContext build ()
 Builds the ServerTransportContext based on the configuration that has been set on the Builder. More...
 

Detailed Description

This is an abstract builder object that is used to create ServerTransports.

See Also
com.softwareag.um.io.ServerSocketTransportContext.Builder
com.softwareag.um.io.ServerSSLTransportContext.Builder
com.softwareag.um.io.ServerRDMATransportContext.Builder
com.softwareag.um.io.ServerSHMTransportContext.Builder

Member Function Documentation

abstract ServerTransportContext com.softwareag.um.io.ServerContextBuilder.build ( )
pure virtual

Builds the ServerTransportContext based on the configuration that has been set on the Builder.

Returns
ServerTransportContext used by the TransportFactory.bind method to construct ServerTransports

Implements com.softwareag.um.io.ContextBuilder.