| Package | Description |
|---|---|
| org.jppf.client.monitoring |
Base classes supporting the monitoring of JPPF grid topologies and jobs.
|
| org.jppf.client.monitoring.jobs |
Classes supporting the monitoring and refreshing of the JPPF jobs hierarchy.
|
| org.jppf.client.monitoring.topology |
Classes supporting the monitoring and refreshing of the JPPF grid topology.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponent<E extends AbstractComponent>
Base superclass for components of a JPPF grid topology.
|
| Modifier and Type | Field and Description |
|---|---|
protected E |
AbstractComponent.parent
The parent of this component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJobComponent
Base superclass for components of a JPPF job hierarchy.
|
class |
Job
Instanes of this class represent a job as seen by a driver.
|
class |
JobDispatch
This class represents the dispatch of a job to a node.
|
class |
JobDriver
AN instance of this class represents a JPPF driver in the jobs hierarchy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTopologyComponent
Base superclass for components of a JPPF grid topology.
|
class |
TopologyDriver
Implementation of
TopologyDriver for JPPF drivers. |
class |
TopologyNode
Implementation of
TopologyDriver for JPPF nodes. |
class |
TopologyPeer
Instances of this class represent peer drivers as nodes for the driver they are connected to.
|
Copyright © 2005-2019 JPPF Team.