VisiBroker for Java

com.inprise.vbroker.EventQueue
Interface ConnEventListenerOperations

All Superinterfaces:
EventListenerOperations
All Known Subinterfaces:
ConnEventListener

public interface ConnEventListenerOperations
extends EventListenerOperations

ConnEventListener is an event listener interested in listening to the incoming connection events. The listeners are registered with the EventQueueManager as listeners with type CONN_EVENT_TYPE

See Also:
EventType

Method Summary
 void conn_closed(ConnInfo info)
          This method is called by ORB, right after an incoming connection is dismissed.
 void conn_established(ConnInfo info)
          This method is called by ORB, right after an incoming connection is established.
 

Method Detail

conn_closed

void conn_closed(ConnInfo info)
This method is called by ORB, right after an incoming connection is dismissed.

Parameters:
info - The ConnInfo containing details of the client endpoint.

conn_established

void conn_established(ConnInfo info)
This method is called by ORB, right after an incoming connection is established.

Parameters:
info - The ConnInfo containing details of the client endpoint.

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online