| Interface | Description |
|---|---|
| ConnectionPool<E extends AutoCloseable> |
Interface for pools of connections with a maximum size which can be dynamically updated.
|
| ConnectionPoolFilter<E extends ConnectionPool<?>> |
Interface for filtering
connection pools. |
| JobDependencyIdSupplier |
Interface for computing and supplying a job dependency id from a given
JPPFJob. |
| JPPFClientConnection |
Interface for a client connection to a JPPF driver.
|
| Class | Description |
|---|---|
| AbstractClientConnectionPool |
Instances of this class manage a list of client connections with the same pool name, priority and remote driver.
|
| AbstractConnectionPool<E extends AutoCloseable> |
An abstract implementation of the
ConnectionPool interface. |
| AbstractGenericClient |
This class provides an API to submit execution requests and administration commands,
and request server information data.
It has its own unique identifier, used by the nodes, to determine whether classes from the submitting application should be dynamically reloaded or not, depending on whether the uuid has changed or not. |
| AbstractJPPFClient |
This class provides an API to submit execution requests and administration commands,
and request server information data.
It has its own unique identifier, used by the nodes, to determine whether classes from the submitting application should be dynamically reloaded or not, depending on whether the uuid has changed or not. |
| AbstractJPPFJob<J extends AbstractJPPFJob<J>> |
Instances of this class represent a JPPF job and hold all the required elements:
tasks, execution policy, task listener, data provider, priority, blocking indicator.
|
| ClientConfigDriverDiscovery |
Built-in driver discovery which creates connections pools based on the client configuration.
|
| JobResults |
Instances of this class hold and manage the results of a job.
|
| JPPFClient |
This class provides an API to submit execution requests and administration commands,
and request server information data.
It has its own unique identifier, used by the nodes, to determine whether classes from the submitting application should be dynamically reloaded or not, depending on whether the uuid has changed or not. |
| JPPFConnectionPool |
Instances of this class manage a list of client connections with the same pool name, priority and remote driver.
|
| JPPFDriverJobPersistence |
Instances of this class allow monitoring and managing, on the client side, the jobs persisted in a remote driver.
|
| JPPFJob |
Instances of this class represent a JPPF job and hold all the required elements:
tasks, execution policy, task listener, data provider, priority, blocking indicator.
|
| Enum | Description |
|---|---|
| JobStatus |
The status of a job.
|
| JPPFClientConnectionStatus |
Status of the connection between a client and a driver.
|
Found in: jppf-client.jar
Copyright © 2005-2019 JPPF Team.