Uses of Enum Class
com.tangosol.coherence.jcache.common.MBeanServerRegistrationUtility.ObjectNameType
Packages that use MBeanServerRegistrationUtility.ObjectNameType
-
Uses of MBeanServerRegistrationUtility.ObjectNameType in com.tangosol.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common that return MBeanServerRegistrationUtility.ObjectNameTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MBeanServerRegistrationUtility.ObjectNameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tangosol.coherence.jcache.common with parameters of type MBeanServerRegistrationUtility.ObjectNameTypeModifier and TypeMethodDescriptionstatic ObjectNameMBeanServerRegistrationUtility.calculateObjectName(CoherenceBasedCacheManager mgr, JCacheIdentifier id, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Creates an object name using the scheme "javax.cache:type=Cache<Statistics|Configuration>,CacheManager=<cacheManagerName>,Cache=<cacheName>"static ObjectNameMBeanServerRegistrationUtility.calculateObjectName(javax.cache.Cache cache, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Creates an object name using the scheme "javax.cache:type=Cache<Statistics|Configuration>,CacheManager=<cacheManagerName>,Cache=<cacheName>"static booleanMBeanServerRegistrationUtility.isRegistered(javax.cache.Cache cache, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Checks whether an ObjectName is already registered.static voidMBeanServerRegistrationUtility.registerCacheObject(AbstractCoherenceBasedCache cache, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Utility method for registering CacheStatistics with the platform MBeanServerstatic voidMBeanServerRegistrationUtility.unregisterCacheObject(CoherenceBasedCacheManager mgr, JCacheIdentifier id, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Removes registered JCache MBean for a Cachestatic voidMBeanServerRegistrationUtility.unregisterCacheObject(javax.cache.Cache cache, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Removes registered JCache MBean for a Cache