|
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. |