com::softwareag::umtransport::ConnectHandler Class Referenceabstract

This interface is passed to TransportFactory.connect when you want to create an AsynchronousTransport. The onConnect method will be called when the Transport connects. More...

#include <ConnectHandler.h>

Public Member Functions

virtual void onConnect (AsynchronousTransport *transport)=0
 Called when the AsynchronousTransport has connected to the server More...
 

Detailed Description

This interface is passed to TransportFactory.connect when you want to create an AsynchronousTransport. The onConnect method will be called when the Transport connects.

Member Function Documentation

virtual void com::softwareag::umtransport::ConnectHandler::onConnect ( AsynchronousTransport transport)
pure virtual

Called when the AsynchronousTransport has connected to the server

Parameters
transportthe Transport which is no connected