com.softwareag.um.io.ServerTransport Interface Reference

Interface that defines methods common to all ServerTransports. More...

Inheritance diagram for com.softwareag.um.io.ServerTransport:
com.softwareag.um.io.AsynchronousServerTransport com.softwareag.um.io.SynchronousServerTransport

Public Member Functions

void close ()
 Close this ServerTransport so that it will no longer accept connections.
 

Detailed Description

Interface that defines methods common to all ServerTransports.

See Also
com.softwareag.um.io.SynchronousServerTransport
com.softwareag.um.io.AsynchronousServerTransport