Package org.jppf.client

Support for the clients connecting to the JPPF driver.

See:
          Description

Interface Summary
ClassServerDelegate Interface for all class server clients.
ClientConnectionHandler Interface for wrappers around a socket connection to the server on the client side.
JPPFClientConnection Interface for a client connection to a JPPF driver.
 

Class Summary
AbstractClassServerDelegate Abstract implementation of the client end of the JPPF distributed class loader.
AbstractClientConnectionHandler Common abstract superclass for client connections to a server.
AbstractGenericClient This class provides an API to submit execution requests and administration commands, and request server information data.
AbstractGenericClient.ConnectionInitializer Wrapper class for the initialization of a client connection.
AbstractJPPFClient This class provides an API to submit execution requests and administration commands, and request server information data.
AbstractJPPFClientConnection This class provides an API to submit execution requests and administration commands, and request server information data.
ClassServerDelegateImpl Wrapper around an incoming socket connection, whose role is to receive the names of classes to load from the classpath, then send the class files' contents (or bytecode) to the remote client.
JobSubmission This class encapsulates the results of a job submission.
JPPFClient This class provides an API to submit execution requests and administration commands, and request server information data.
JPPFClientConnectionImpl This class provides an API to submit execution requests and administration commands, and request server information data.
JPPFJob Instances of this class represent a JPPF submission and hold all the required elements: tasks, execution policy, task listener, data provider, priority, blocking indicator.
JPPFResultCollector Implementation of the TaskResultListener interface that can be used "as is" to collect the results of an asynchronous job submission.
SubmissionManager This task provides asynchronous management of tasks submitted through the resource adapter.
TaskServerConnectionHandler Instances of this class handle the sending and receiving of jobs to and from a JPPF driver.
 

Enum Summary
JPPFClientConnectionStatus Connection status of a JPPFClientConnection instance.
SubmissionStatus The status of a submission.
 

Package org.jppf.client Description

Support for the clients connecting to the JPPF driver.



Copyright © 2005-2010 JPPF Team.