Uses of Class
org.infinispan.jcache.RIMBeanServerRegistrationUtility.ObjectNameType
-
Packages that use RIMBeanServerRegistrationUtility.ObjectNameType Package Description org.infinispan.jcache -
-
Uses of RIMBeanServerRegistrationUtility.ObjectNameType in org.infinispan.jcache
Methods in org.infinispan.jcache that return RIMBeanServerRegistrationUtility.ObjectNameType Modifier and Type Method 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.Methods in org.infinispan.jcache with parameters of type RIMBeanServerRegistrationUtility.ObjectNameType Modifier and Type Method Description static <K,V>
voidRIMBeanServerRegistrationUtility. registerCacheObject(AbstractJCache<K,V> cache, RIMBeanServerRegistrationUtility.ObjectNameType objectNameType)
Utility method for registering CacheStatistics with the platform MBeanServerstatic <K,V>
voidRIMBeanServerRegistrationUtility. unregisterCacheObject(AbstractJCache<K,V> cache, RIMBeanServerRegistrationUtility.ObjectNameType objectNameType)
Removes registered CacheStatistics for a Cache
-