| 
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| AbstractMBean<E> | A generic class to instrument object with dynamic MBeans. | 
| AtomicNumberMBean | MBean for AtomicNumber | 
| ClusterMBean | The instrumentation MBean for the cluster. | 
| CountDownLatchMBean | MBean for ICountDownLatch | 
| DataMBean | Manager of data instances and collects general statistics. | 
| ListMBean | MBean for Collections | 
| LockMBean | MBean for Locks | 
| ManagementService | The management service instruments Hazelcast with MBeans required to use JMX monitoring tools. | 
| ManagementService.ScheduledCollector | |
| MapEntryMBean | MBean for MapEntry | 
| MapMBean | MBean for Map | 
| MemberMBean | The instrumentation MBean for a member. | 
| MultiMapMBean | MBean for MultiMap | 
| ObjectNameSpec | Handle JMX objectName | 
| QueueMBean | Management bean for Hazelcst Queue | 
| SemaphoreMBean | MBean for ISemaphore | 
| SetMBean | MBean for Set | 
| TopicMBean | Management bean for Hazelcst Topic | 
| Annotation Types Summary | |
|---|---|
| JMXAttribute | Mark a method as an attribute accessor | 
| JMXDescription | Add a description | 
| JMXOperation | Mark a method as a JMX operation | 
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. The ManagementService is intend to monitoring and debugging Hazelcast applications, not to interact or manage with it.
-Dcom.hazelcast.jmx=truewhen you start the Java virtual machine (JVM). For compatibility reasons, also starting with property
com.sun.management.jmxremote
will active the JMX agent.
  | 
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||