org.jacorb.orb.listener
public interface TCPConnectionListener extends EventListener
TCPConnectionListener interface defines methods for a
developer to implement in order to receive notifications of socket
events from JacORB.
Version: $Id: TCPConnectionListener.java,v 1.3 2006/07/27 09:07:59 alphonse.bendt Exp $
| Method Summary | |
|---|---|
| void | connectionClosed(TCPConnectionEvent e)connectionClosed will be called whenever a socket
is closed.
|
| void | connectionOpened(TCPConnectionEvent e)connectionOpened will be called whenever a socket
is opened.
|
| boolean | isListenerEnabled()
Check whether this Listener is enabled.
|
connectionClosed will be called whenever a socket
is closed.
Parameters: e a TCPConenctionEvent value
connectionOpened will be called whenever a socket
is opened.
Parameters: e a TCPConenctionEvent value
Returns: true, if the listener is ready to receive notifications of socket events.