| Package | Description |
|---|---|
| org.jppf.client.monitoring.jobs |
Classes supporting the monitoring and refreshing of the JPPF jobs hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
static JobMonitorUpdateMode |
JobMonitorUpdateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobMonitorUpdateMode[] |
JobMonitorUpdateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JobMonitor(JobMonitorUpdateMode updateMode,
long period,
TopologyManager topologyManager,
JobMonitoringListener... listeners)
Initialize this job manager with the specified topology manager and event mode.
|
Copyright © 2005-2019 JPPF Team.