Uses of Enum Class
com.github.benmanes.caffeine.jcache.management.JmxRegistration.MBeanType
Packages that use JmxRegistration.MBeanType
-
Uses of JmxRegistration.MBeanType in com.github.benmanes.caffeine.jcache.management
Methods in com.github.benmanes.caffeine.jcache.management that return JmxRegistration.MBeanTypeModifier and TypeMethodDescriptionstatic JmxRegistration.MBeanType
Returns the enum constant of this class with the specified name.static JmxRegistration.MBeanType[]
JmxRegistration.MBeanType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.benmanes.caffeine.jcache.management with parameters of type JmxRegistration.MBeanTypeModifier and TypeMethodDescriptionprivate static ObjectName
JmxRegistration.getObjectName
(javax.cache.Cache<?, ?> cache, JmxRegistration.MBeanType type) Returns the object name of the management bean.static void
JmxRegistration.registerMXBean
(javax.cache.Cache<?, ?> cache, Object mxbean, JmxRegistration.MBeanType type) Registers the JMX management bean for the cache.static void
JmxRegistration.unregisterMXBean
(CacheProxy<?, ?> cache, JmxRegistration.MBeanType type) Unregisters the JMX management bean for the cache.