org.jppf.client.utils
Class GridMonitor.JPPFManagement

java.lang.Object
  extended by 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

Field Summary
 JMXConnectionWrapper jmx
          Wrapper around the node JMX connection.
 MemoryMXBean memoryMBean
          Proxy to the MXBean that collects heap usage data for the node.
 RuntimeMXBean runtimeMBean
          Proxy to the MXBean that holds runtime information about the JVM.
 
Constructor Summary
GridMonitor.JPPFManagement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

GridMonitor.JPPFManagement

public GridMonitor.JPPFManagement()


Copyright © 2005-2010 JPPF Team.