public final class MBeanServerRegistrationUtility extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MBeanServerRegistrationUtility.ObjectNameType
The type of registered Object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
registerCacheObject(RICache cache,
MBeanServerRegistrationUtility.ObjectNameType objectNameType)
Utility method for registering CacheStatistics with the MBeanServer
|
static void |
unregisterCacheObject(RICache cache,
MBeanServerRegistrationUtility.ObjectNameType objectNameType)
Removes registered CacheStatistics for a Cache
|
public static void registerCacheObject(RICache cache, MBeanServerRegistrationUtility.ObjectNameType objectNameType)
cache - the cache to registerpublic static void unregisterCacheObject(RICache cache, MBeanServerRegistrationUtility.ObjectNameType objectNameType)
javax.cache.CacheException - - all exceptions are wrapped in CacheExceptionCopyright © 2019. All rights reserved.