Uses of Class
org.jppf.client.AbstractJPPFClientConnection

Packages that use AbstractJPPFClientConnection
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.client.loadbalancer Support for the load-balancing of local versus remote execution on the client side. 
org.jppf.jca.work Classes supporting the JPPF server connectivity for the JPPF resource adapter. 
org.jppf.jca.work.submission Classes supporting the management of asynchronous submission of tasks. 
 

Uses of AbstractJPPFClientConnection in org.jppf.client
 

Subclasses of AbstractJPPFClientConnection in org.jppf.client
 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 AbstractJPPFClientConnection
protected  AbstractJPPFClientConnection JobSubmission.connection
          The connection to execute the job on.
 

Methods in org.jppf.client that return AbstractJPPFClientConnection
protected  AbstractJPPFClientConnection JPPFClient.createConnection(String uuid, String name, JPPFConnectionInformation info)
          Create a new driver connection based on the specified parameters.
protected abstract  AbstractJPPFClientConnection AbstractGenericClient.createConnection(String uuid, String name, JPPFConnectionInformation info)
          Create a new driver connection based on the specified parameters.
 AbstractJPPFClientConnection JobSubmission.getConnection()
          Get the connection to execute the job on.
 

Methods in org.jppf.client with parameters of type AbstractJPPFClientConnection
 void JobSubmission.setConnection(AbstractJPPFClientConnection connection)
          Set the connection to execute the job on.
 

Uses of AbstractJPPFClientConnection in org.jppf.client.loadbalancer
 

Methods in org.jppf.client.loadbalancer with parameters of type AbstractJPPFClientConnection
 void LoadBalancer.execute(JPPFJob job, AbstractJPPFClientConnection connection, boolean localJob)
          Perform the execution.
 

Constructors in org.jppf.client.loadbalancer with parameters of type AbstractJPPFClientConnection
LoadBalancer.RemoteExecutionThread(List<JPPFTask> tasks, JPPFJob job, AbstractJPPFClientConnection connection)
          Initialize this execution thread for remote excution.
 

Uses of AbstractJPPFClientConnection in org.jppf.jca.work
 

Subclasses of AbstractJPPFClientConnection in org.jppf.jca.work
 class JPPFJcaClientConnection
          This class provides an API to submit execution requests and administration commands, and request server information data.
 

Methods in org.jppf.jca.work that return AbstractJPPFClientConnection
protected  AbstractJPPFClientConnection JPPFJcaClient.createConnection(String uuid, String name, JPPFConnectionInformation info)
          Create a new driver connection based on the specified parameters.
 

Uses of AbstractJPPFClientConnection in org.jppf.jca.work.submission
 

Fields in org.jppf.jca.work.submission declared as AbstractJPPFClientConnection
protected  AbstractJPPFClientConnection JPPFSubmissionManager.JobSubmission.connection
          The connection to execute the job on.
 



Copyright © 2005-2010 JPPF Team.