public class JPPFAdminConsole extends Object
| Constructor and Description |
|---|
JPPFAdminConsole() |
| Modifier and Type | Method and Description |
|---|---|
static JComponent |
getAdminConsole()
Get the administration console as a
JComponent that can be added to any Swing container. |
static org.jppf.client.monitoring.jobs.JobMonitor |
getJobMonitor()
Get the job monitor used by the admin console.
|
static org.jppf.client.JPPFClient |
getJPPFClient()
Get the JPPF client used by the admin console.
|
static org.jppf.client.monitoring.topology.TopologyManager |
getTopologyManager()
Get the topology manager used by the admin console.
|
static void |
main(String[] args)
Launch the JPPF administration console.
|
public static void main(String[] args)
args - the command-line arguments are not used.public static JComponent getAdminConsole()
JComponent that can be added to any Swing container.
This method always returns the same JComponent instance.JComponent enclosing the JPPF administration console.public static org.jppf.client.JPPFClient getJPPFClient()
JPPFClient instance.JPPFClient instance used by the admin console.public static org.jppf.client.monitoring.topology.TopologyManager getTopologyManager()
TopologyManager instance.TopologyManager instance used by the admin console.public static org.jppf.client.monitoring.jobs.JobMonitor getJobMonitor()
JobMonitor instance.JobMonitor instance used by the admin console.Copyright © 2005-2019 JPPF Team.