Package | Description |
---|---|
org.infinispan.jcache |
Modifier and Type | Method and Description |
---|---|
static RIMBeanServerRegistrationUtility.ObjectNameType |
RIMBeanServerRegistrationUtility.ObjectNameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RIMBeanServerRegistrationUtility.ObjectNameType[] |
RIMBeanServerRegistrationUtility.ObjectNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> void |
RIMBeanServerRegistrationUtility.registerCacheObject(AbstractJCache<K,V> cache,
RIMBeanServerRegistrationUtility.ObjectNameType objectNameType)
Utility method for registering CacheStatistics with the platform
MBeanServer
|
static <K,V> void |
RIMBeanServerRegistrationUtility.unregisterCacheObject(AbstractJCache<K,V> cache,
RIMBeanServerRegistrationUtility.ObjectNameType objectNameType)
Removes registered CacheStatistics for a Cache
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.