Uses of Interface
org.jppf.client.JPPFClientConnection

Packages that use JPPFClientConnection
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. 
org.jppf.ui.monitoring.data Set of classes to handle the incoming statistics from the server. 
org.jppf.ui.monitoring.job Classes supporting the UI for job monitoring via JMX. 
org.jppf.ui.monitoring.node Classes supporting the UI for nodes monitoring via JMX. 
 

Uses of JPPFClientConnection in org.jppf.client
 

Classes in org.jppf.client that implement JPPFClientConnection
 class AbstractJPPFClientConnection
          This class provides an API to submit execution requests and administration commands, and request server information data.
 class JPPFClientConnectionImpl
          This class provides an API to submit execution requests and administration commands, and request server information data.
 

Fields in org.jppf.client declared as JPPFClientConnection
protected  JPPFClientConnection AbstractClientConnectionHandler.owner
          The client connection which owns this connection handler.
 

Fields in org.jppf.client with type parameters of type JPPFClientConnection
protected  List<JPPFClientConnection> AbstractJPPFClient.allConnections
          A list of all the connections initially created.
protected  Vector<JPPFClientConnection> AbstractGenericClient.availableConnections
          Keeps a list of the valid connections not currently executring tasks.
 

Methods in org.jppf.client that return JPPFClientConnection
 JPPFClientConnection AbstractJPPFClient.getClientConnection()
          Get an available connection with the highest possible priority.
 JPPFClientConnection AbstractJPPFClient.getClientConnection(boolean oneAttempt)
          Get an available connection with the highest possible priority.
 JPPFClientConnection AbstractJPPFClient.getClientConnection(boolean oneAttempt, boolean anyState)
          Get an available connection with the highest possible priority.
 JPPFClientConnection AbstractJPPFClient.getClientConnection(String name)
          Get a connection given its name.
 

Methods in org.jppf.client that return types with arguments of type JPPFClientConnection
 List<JPPFClientConnection> AbstractJPPFClient.getAllConnections()
          Get all the client connections handled by this JPPFClient.
 Vector<JPPFClientConnection> AbstractGenericClient.getAvailableConnections()
          Get the list of available connections.
 

Methods in org.jppf.client with parameters of type JPPFClientConnection
protected  void AbstractJPPFClient.connectionFailed(JPPFClientConnection c)
          Invoked when the status of a connection has changed to JPPFClientConnectionStatus.FAILED.
 void AbstractJPPFClient.newConnection(JPPFClientConnection c)
          Notify all listeners that a new connection was created.
 void AbstractGenericClient.newConnection(JPPFClientConnection c)
          Invoked when a new connection is created.
 

Constructors in org.jppf.client with parameters of type JPPFClientConnection
AbstractClassServerDelegate(JPPFClientConnection owner)
          Default instantiation of this class is not permitted.
AbstractClientConnectionHandler(JPPFClientConnection owner)
          Initialize this connection with the specified owner.
AbstractGenericClient.ConnectionInitializer(JPPFClientConnection c)
          Instantiate this connection initializer with the specified client connection.
ClassServerDelegateImpl(JPPFClientConnection owner, String uuid, String host, int port)
          Initialize class server delegate with a specified application uuid.
TaskServerConnectionHandler(JPPFClientConnection owner, String host, int port)
          Initialize this connection with the specified owner.
 

Uses of JPPFClientConnection in org.jppf.client.event
 

Methods in org.jppf.client.event that return JPPFClientConnection
 JPPFClientConnection ClientEvent.getConnection()
          Get the client connection on which the event occured.
 

Constructors in org.jppf.client.event with parameters of type JPPFClientConnection
ClientEvent(JPPFClientConnection c)
          Initialize this event with the specified client connection.
 

Uses of JPPFClientConnection in org.jppf.jca.work
 

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

Constructors in org.jppf.jca.work with parameters of type JPPFClientConnection
ConnectionInitializerTask(JPPFClientConnection c)
          Instantiate this connection initializer with the specified client connection.
 

Uses of JPPFClientConnection in org.jppf.ui.monitoring.data
 

Methods in org.jppf.ui.monitoring.data that return JPPFClientConnection
 JPPFClientConnection StatsHandler.getCurrentConnection()
          Get the current client connection for which statistics and charts are displayed.
 

Methods in org.jppf.ui.monitoring.data with parameters of type JPPFClientConnection
 void StatsHandler.update(JPPFClientConnection connection, JPPFStats stats)
          Update the current statistics with new values obtained from the server.
 

Uses of JPPFClientConnection in org.jppf.ui.monitoring.job
 

Methods in org.jppf.ui.monitoring.job that return JPPFClientConnection
 JPPFClientConnection JobData.getClientConnection()
          Get a reference to the driver connection.
 

Methods in org.jppf.ui.monitoring.job with parameters of type JPPFClientConnection
 void JobDataPanel.driverAdded(JPPFClientConnection clientConnection)
          Called to notify that a driver was added.
 

Constructors in org.jppf.ui.monitoring.job with parameters of type JPPFClientConnection
JobData(JPPFClientConnection clientConnection)
          Initialize this job data as a driver related object.
 

Uses of JPPFClientConnection in org.jppf.ui.monitoring.node
 

Methods in org.jppf.ui.monitoring.node that return JPPFClientConnection
 JPPFClientConnection TopologyData.getClientConnection()
          Get the driver connection.
 

Methods in org.jppf.ui.monitoring.node that return types with arguments of type JPPFClientConnection
 Map<String,JPPFClientConnection> NodeDataPanel.getAllDriverNames()
          Get a mapping of driver names to their corresponding connection.
 

Methods in org.jppf.ui.monitoring.node with parameters of type JPPFClientConnection
 void NodeDataPanel.driverAdded(JPPFClientConnection connection)
          Called to notify that a driver was added.
 

Constructors in org.jppf.ui.monitoring.node with parameters of type JPPFClientConnection
TopologyData(JPPFClientConnection clientConnection)
          Initialize this topology data as a driver related object.
 



Copyright © 2005-2010 JPPF Team.