|
Class Summary |
| ConnectionInitializerTask |
Wrapper class for the initialization of a client connection. |
| JcaClassServerDelegate |
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. |
| JcaResultProcessor |
Instances of this class send tasks to a JPPF driver and collect the results. |
| JcaSocketInitializer |
Socket intializer for the JPPF resource adapter. |
| JPPFJcaClient |
This class provides an API to submit execution requests and administration commands,
and request server information data. |
| JPPFJcaClientConnection |
This class provides an API to submit execution requests and administration
commands, and request server information data. |
| JPPFJcaJob |
Instances of this class run a set of tasks rpeatedly, with a delay between each set of executions. |
| JPPFJcaResultCollector |
Implementation of the TaskResultListener interface
that can be used "as is" to collect the results of an asynchronous tasks submission. |
Classes supporting the JPPF server connectivity for the JPPF resource adapter.