com::softwareag::umtransport::ServerTransport Class Referenceabstract

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

#include <ServerTransport.h>

Inheritance diagram for com::softwareag::umtransport::ServerTransport:
com::softwareag::umtransport::AsynchronousServerTransport com::softwareag::umtransport::SynchronousServerTransport

Public Member Functions

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

Detailed Description

Interface that defines methods common to all ServerTransports

<seealso cref= com::softwareag::umtransport::SynchronousServerTransport

<seealso cref= com::softwareag::umtransport::AsynchronousServerTransport

Member Function Documentation

virtual void com::softwareag::umtransport::ServerTransport::close ( )
pure virtual