com.softwareag.um.io.ConnectHandler Interface Reference

This interface is passed to TransportFactory.connect when you want to create an AsynchronousTransport. More...

Public Member Functions

void onConnect (AsynchronousTransport transport)
 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

void com.softwareag.um.io.ConnectHandler.onConnect ( AsynchronousTransport  transport)

Called when the AsynchronousTransport has connected to the server.

Parameters
transportthe Transport which is no connected
Returns