Uses of Interface
org.jppf.client.event.ClientConnectionStatusListener

Packages that use ClientConnectionStatusListener
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.client.event Support for event handling in the JPPF client. 
org.jppf.jca.work Classes supporting the JPPF server connectivity for the JPPF resource adapter. 
 

Uses of ClientConnectionStatusListener in org.jppf.client
 

Classes in org.jppf.client that implement ClientConnectionStatusListener
 class AbstractGenericClient
          This class provides an API to submit execution requests and administration commands, and request server information data.
 class AbstractJPPFClient
          This class provides an API to submit execution requests and administration commands, and request server information data.
 class JPPFClient
          This class provides an API to submit execution requests and administration commands, and request server information data.
 

Fields in org.jppf.client with type parameters of type ClientConnectionStatusListener
protected  List<ClientConnectionStatusListener> AbstractJPPFClientConnection.listeners
          List of status listeners for this connection.
protected  List<ClientConnectionStatusListener> AbstractClientConnectionHandler.listeners
          List of status listeners for this connection.
 

Methods in org.jppf.client with parameters of type ClientConnectionStatusListener
 void AbstractJPPFClientConnection.addClientConnectionStatusListener(ClientConnectionStatusListener listener)
          Add a connection status listener to this connection's list of listeners.
 void AbstractClientConnectionHandler.addClientConnectionStatusListener(ClientConnectionStatusListener listener)
          Add a connection status listener to this connection's list of listeners.
 void AbstractJPPFClientConnection.removeClientConnectionStatusListener(ClientConnectionStatusListener listener)
          Remove a connection status listener from this connection's list of listeners.
 void AbstractClientConnectionHandler.removeClientConnectionStatusListener(ClientConnectionStatusListener listener)
          Remove a connection status listener from this connection's list of listeners.
 

Uses of ClientConnectionStatusListener in org.jppf.client.event
 

Methods in org.jppf.client.event with parameters of type ClientConnectionStatusListener
 void ClientConnectionStatusHandler.addClientConnectionStatusListener(ClientConnectionStatusListener listener)
          Add a connection status listener to this connection's list of listeners.
 void ClientConnectionStatusHandler.removeClientConnectionStatusListener(ClientConnectionStatusListener listener)
          Remove a connection status listener from this connection's list of listeners.
 

Uses of ClientConnectionStatusListener in org.jppf.jca.work
 

Classes in org.jppf.jca.work that implement ClientConnectionStatusListener
 class JPPFJcaClient
          This class provides an API to submit execution requests and administration commands, and request server information data.
 



Copyright © 2005-2010 JPPF Team.