| Package | Description |
|---|---|
| org.jppf.client | |
| org.jppf.client.concurrent |
Classes supporting submission of tasks via distributed executor services
as specified in
java.util.concurrent. |
| org.jppf.client.event |
Support for connection pool events,
connection status notifications,
job lifecycle events
and job queue events in the JPPF client.
|
| org.jppf.client.monitoring.topology |
Classes supporting the monitoring and refreshing of the JPPF grid topology.
|
| org.jppf.client.utils |
Support for job streaming.
|
| Class and Description |
|---|
| ClientConnectionStatusHandler
Interface implemented by all classes that desire to handle a connection status
and notify others about status changes.
|
| ClientConnectionStatusListener
Instances of this class listen to status change events on client connections.
|
| ClientQueueListener
Interface for classes that wish to be notified of jobs added to or removed from the job queue.
|
| ConnectionPoolListener
Base interface for classes wishing to be notified of connection pool events.
|
| JobListener
Listener interface for receiving job started and job ended event notifications.
|
| Class and Description |
|---|
| JobListener
Listener interface for receiving job started and job ended event notifications.
|
| JobListenerAdapter
A convenience class which allows subclassing and implementing only the needed methods of
JobListener. |
| Class and Description |
|---|
| ClientConnectionStatusEvent
Event sent to notify of a status change for a client connection.
|
| ClientConnectionStatusHandler
Interface implemented by all classes that desire to handle a connection status
and notify others about status changes.
|
| ClientConnectionStatusListener
Instances of this class listen to status change events on client connections.
|
| ClientQueueEvent
Instances of this class represent events emitted by the JPPF client job queue whenever a job is added to or removed from the queue.
|
| ClientQueueListener
Interface for classes that wish to be notified of jobs added to or removed from the job queue.
|
| ConnectionPoolEvent
Instances of this class represent events in a
JPPFConnectionPool's life cycle. |
| ConnectionPoolListener
Base interface for classes wishing to be notified of connection pool events.
|
| JobEvent
Event emitted by a job when its execution starts or completes.
|
| JobListener
Listener interface for receiving job started and job ended event notifications.
|
| JobStatusEvent
Instances of this class represent a status change notification for a jppf job.
|
| Class and Description |
|---|
| ConnectionPoolListener
Base interface for classes wishing to be notified of connection pool events.
|
| ConnectionPoolListenerAdapter
This adapter class provides an empty implementation of each method in the
ConnectionPoolListener interface. |
| Class and Description |
|---|
| JobEvent
Event emitted by a job when its execution starts or completes.
|
| JobListener
Listener interface for receiving job started and job ended event notifications.
|
| JobListenerAdapter
A convenience class which allows subclassing and implementing only the needed methods of
JobListener. |
Copyright © 2005-2019 JPPF Team.