com::softwareag::umtransport::AcceptHandler Class Referenceabstract

This interface is passed to TransportFactory.bind when you want to create an AsynchronousServerTransport. The onAccept method will be invoked whenever a client connected to the ServerTransport. More...

#include <AcceptHandler.h>

Public Member Functions

virtual void onAccept (AsynchronousTransport *transport)=0
 This is invoked when a client connects to the AsynchronousServerTransport More...
 

Detailed Description

This interface is passed to TransportFactory.bind when you want to create an AsynchronousServerTransport. The onAccept method will be invoked whenever a client connected to the ServerTransport.

Member Function Documentation

virtual void com::softwareag::umtransport::AcceptHandler::onAccept ( AsynchronousTransport transport)
pure virtual

This is invoked when a client connects to the AsynchronousServerTransport

Parameters
transportthe client Transport that has just connected