See: Description
| Interface | Description |
|---|---|
| JmxStatisticsExposer |
Interface containing common cache management operations
|
| MBeanServerLookup |
Implementors of this should return an MBeanServer to which MBeans will be registered.
|
| Class | Description |
|---|---|
| AbstractJmxRegistration |
Parent class for top level JMX component registration.
|
| CacheJmxRegistration |
If
Configuration.jmxStatistics() is enabled, then class will register all
the MBeans from cache local's ConfigurationRegistry to the MBean server. |
| CacheManagerJmxRegistration |
Registers all the components from global component registry to the mbean server.
|
| ComponentsJmxRegistration |
Registers a set of components on an MBean server.
|
| IspnMBeanOperationInfo |
Infinispan allows a different JMX operation name than the actual method name that gets invoked
(see
ManagedOperation.name(). |
| JBossMBeanServerLookup |
MBeanServer lookup implementation to locate the JBoss MBeanServer.
|
| JmxUtil |
Class containing JMX related utility methods.
|
| PlatformMBeanServerLookup |
Default implementation for
MBeanServerLookup, will return the platform MBean server. |
| ResourceDMBean |
This class was entirely copied from JGroups 2.7 (same name there).
|
| Exception | Description |
|---|---|
| JmxDomainConflictException |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.