Uses of Interface
org.jboss.remoting.ConnectionListener

Packages that use ConnectionListener
org.jboss.remoting   
 

Uses of ConnectionListener in org.jboss.remoting
 

Methods in org.jboss.remoting with parameters of type ConnectionListener
 void ConnectionValidator.addConnectionListener(ConnectionListener listener)
           
 boolean ConnectionValidator.removeConnectionListener(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).
 boolean Client.removeConnectionListener(ConnectionListener listener)
          Removes specified connection listener.
 



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