com.softwareag.um.io.Transport Interface Reference

Interface that defines methods common to all client Transports. More...

Inheritance diagram for com.softwareag.um.io.Transport:
com.softwareag.um.io.AsynchronousTransport com.softwareag.um.io.SynchronousTransport

Public Member Functions

void close ()
 Close the Transport so it can no longer be used for communication.
 
boolean isClosed ()
 Check to see whether this Transport has been closed already. More...
 

Detailed Description

Interface that defines methods common to all client Transports.

See Also
com.softwareag.um.io.SynchronousTransport
com.softwareag.um.io.AsynchronousTransport

Member Function Documentation

boolean com.softwareag.um.io.Transport.isClosed ( )

Check to see whether this Transport has been closed already.

Returns
return true if the Transport is closed

Implemented in com.softwareag.um.io.AsynchronousTransport, and com.softwareag.um.io.SynchronousTransport.