Uses of Class
com.github.benmanes.caffeine.jcache.management.JmxRegistration.MBeanType
-
Packages that use JmxRegistration.MBeanType Package Description com.github.benmanes.caffeine.jcache.management -
-
Uses of JmxRegistration.MBeanType in com.github.benmanes.caffeine.jcache.management
Methods in com.github.benmanes.caffeine.jcache.management that return JmxRegistration.MBeanType Modifier and Type Method Description static JmxRegistration.MBeanTypeJmxRegistration.MBeanType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JmxRegistration.MBeanType[]JmxRegistration.MBeanType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.benmanes.caffeine.jcache.management with parameters of type JmxRegistration.MBeanType Modifier and Type Method Description private static javax.management.ObjectNameJmxRegistration. getObjectName(javax.cache.Cache<?,?> cache, JmxRegistration.MBeanType type)Returns the object name of the management bean.static voidJmxRegistration. registerMXBean(javax.cache.Cache<?,?> cache, java.lang.Object mxbean, JmxRegistration.MBeanType type)Registers the JMX management bean for the cache.static voidJmxRegistration. unregisterMXBean(CacheProxy<?,?> cache, JmxRegistration.MBeanType type)Unregisters the JMX management bean for the cache.
-