org.jppf.client.utils
Class GridMonitor.JPPFManagement
java.lang.Object
org.jppf.client.utils.GridMonitor.JPPFManagement
- Enclosing class:
- GridMonitor
public static class GridMonitor.JPPFManagement
- extends Object
Container class that holds references to JMX-related objects for one node.
- See Also:
MemoryMXBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jmx
public JMXConnectionWrapper jmx
- Wrapper around the node JMX connection.
memoryMBean
public MemoryMXBean memoryMBean
- Proxy to the MXBean that collects heap usage data for the node.
runtimeMBean
public RuntimeMXBean runtimeMBean
- Proxy to the MXBean that holds runtime information about the JVM.
GridMonitor.JPPFManagement
public GridMonitor.JPPFManagement()
Copyright © 2005-2010 JPPF Team.