Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jppf.client.event Classes and Interfaces - 17 results found.
| Name | Description | Type | Package | Framework |
| ClientConnectionStatusEvent | Event sent to notify of a status change for a client connection. | Class | org.jppf.client.event | Jppf |
|
| ClientConnectionStatusHandler | Interface implemented by all classes that desire to handle a connection status and notify others about status changes. | Interface | org.jppf.client.event | Jppf |
|
| ClientConnectionStatusListener | Instances of this class listen to status change events on client connections. | Interface | org.jppf.client.event | Jppf |
|
| ClientEvent | Instances of this class are events sent to notify interested listeners that a new connection to a JPPF driver was created. | Class | org.jppf.client.event | Jppf |
|
| ClientListener | Listener interface for receiving notifications when a new connection to a server is established and when an existing connections fails and is removed from the client. | Interface | org.jppf.client.event | Jppf |
|
| 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. | Class | org.jppf.client.event | Jppf |
|
| ClientQueueEventDispatcher | | Class | org.jppf.client.event | Jppf |
|
| ClientQueueListener | Interface for classes that wish to be notified of jobs added to or removed from the job queue. | Interface | org.jppf.client.event | Jppf |
|
| ClientQueueListenerAdapter | Client queue listener adapter, providing no-op implementations of the ClientQueueListener interface methods. | Class | org.jppf.client.event | Jppf |
|
| ConnectionPoolEvent | Instances of this class represent events in a JPPFConnectionPool's life cycle. | Class | org.jppf.client.event | Jppf |
|
| ConnectionPoolListener | Base interface for classes wishing to be notified of connection pool events. | Interface | org.jppf.client.event | Jppf |
|
| ConnectionPoolListenerAdapter | This adapter class provides an empty implementation of each method in the ConnectionPoolListener interface. | Class | org.jppf.client.event | Jppf |
|
| JobEvent | Event emitted by a job when its execution starts or completes. | Class | org.jppf.client.event | Jppf |
|
| JobListener | Listener interface for receiving job started and job ended event notifications. | Interface | org.jppf.client.event | Jppf |
|
| JobListenerAdapter | A convenience class which allows subclassing and implementing only the needed methods of JobListener. | Class | org.jppf.client.event | Jppf |
|
| JobStatusEvent | Instances of this class represent a status change notification for a jppf job. | Class | org.jppf.client.event | Jppf |
|
| JobStatusListener | Listener interface for receiving job status change notifications. | Interface | org.jppf.client.event | Jppf |