See: Description
| Interface | Description |
|---|---|
| JobMonitoringHandler |
Interface implemented by all handlers that monitor and mantain the jobs tree.
|
| JobMonitoringListener |
Listener interface for changes in the jobs of one or more drivers.
|
| Class | Description |
|---|---|
| AbstractJobComponent |
Base superclass for components of a JPPF job hierarchy.
|
| Job |
Instanes of this class represent a job as seen by a driver.
|
| JobDispatch |
This class represents the dispatch of a job to a node.
|
| JobDriver |
AN instance of this class represents a JPPF driver in the jobs hierarchy.
|
| JobMonitor |
This class provides a representation of the jobs and corresponding node dispatches executing in a JPPF grid.
|
| JobMonitoringEvent |
This class represents an event emitteed by a
JobMonitor. |
| JobMonitoringListenerAdapter |
A convenience class for subclasses that wish to subscribe to job monitoring events
without having to implement all the methods of the
JobMonitoringListener interface. |
| Enum | Description |
|---|---|
| JobMonitorUpdateMode |
Enumeration of the possible ways job updates are published as events by the job monitor.
|
Found in: jppf-client.jar
Copyright © 2005-2019 JPPF Team.