See: Description
Interface | 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.
|
JobStatusListener |
Listener interface for receiving job status change notifications.
|
Class | Description |
---|---|
ClientConnectionStatusEvent |
Event sent to notify of a status change for a client connection.
|
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.
|
ClientQueueEventDispatcher | |
ClientQueueListenerAdapter |
Client queue listener adapter, providing no-op implementations of the
ClientQueueListener interface methods. |
ConnectionPoolEvent |
Instances of this class represent events in a
JPPFConnectionPool 's life cycle. |
ConnectionPoolListenerAdapter |
This adapter class provides an empty implementation of each method in the
ConnectionPoolListener interface. |
JobEvent |
Event emitted by a job when its execution starts or completes.
|
JobListenerAdapter |
A convenience class which allows subclassing and implementing only the needed methods of
JobListener . |
JobStatusEvent |
Instances of this class represent a status change notification for a jppf job.
|
Found in: jppf-client.jar
Copyright © 2005-2019 JPPF Team.