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 JobMonitor |
getJobMonitor()
Get the job monitor used by the admin console.
|
static JPPFClient |
getJPPFClient()
Get the JPPF client used by the admin console.
|
static 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 JPPFClient getJPPFClient()
JPPFClient instance.JPPFClient instance used by the admin console.public static TopologyManager getTopologyManager()
TopologyManager instance.TopologyManager instance used by the admin console.public static JobMonitor getJobMonitor()
JobMonitor instance.JobMonitor instance used by the admin console.Copyright © 2005-2015 JPPF Team.