Uses of Interface
org.jboss.remoting.ConnectionListener

Packages that use ConnectionListener
org.jboss.remoting   
org.jboss.remoting.transport   
 

Uses of ConnectionListener in org.jboss.remoting
 

Methods in org.jboss.remoting with parameters of type ConnectionListener
 void ServerInvoker.addConnectionListener(ConnectionListener listener)
           
 void ServerInvoker.removeConnectionListener(ConnectionListener listener)
           
 void ConnectionValidator.addConnectionListener(ConnectionListener listener)
           
 boolean ConnectionValidator.removeConnectionListener(ConnectionListener listener)
           
 void ConnectionNotifier.addListener(ConnectionListener listener)
           
 void ConnectionNotifier.removeListener(ConnectionListener listener)
           
 void Client.addConnectionListener(ConnectionListener listener)
          Adds a connection listener that will be notified if/when the connection to the server fails while the client is idle (no calls being made).
 void Client.addConnectionListener(ConnectionListener listener, int pingPeriod)
          Adds a connection listener that will be notified if/when the connection to the server fails while the client is idle (no calls being made).
 boolean Client.removeConnectionListener(ConnectionListener listener)
          Removes specified connection listener.
 

Uses of ConnectionListener in org.jboss.remoting.transport
 

Methods in org.jboss.remoting.transport with parameters of type ConnectionListener
 void ConnectorMBean.addConnectionListener(ConnectionListener listener)
          Adds a connection listener to receive notification when a client connection is lost or disconnected.
 void ConnectorMBean.removeConnectionListener(ConnectionListener listener)
          Removes connection listener from receiving client connection lost/disconnected notifications.
 void Connector.addConnectionListener(ConnectionListener listener)
          Adds a connection listener to receive notification when a client connection is lost or disconnected.
 void Connector.removeConnectionListener(ConnectionListener listener)
          Removes connection listener from receiving client connection lost/disconnected notifications.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.