Uses of Class
org.infinispan.jmx.ResourceDMBean
-
Packages that use ResourceDMBean Package Description org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. -
-
Uses of ResourceDMBean in org.infinispan.jmx
Methods in org.infinispan.jmx that return ResourceDMBean Modifier and Type Method Description protected ResourceDMBeanAbstractJmxRegistration. getResourceDMBean(java.lang.Object instance)protected ResourceDMBeanAbstractJmxRegistration. getResourceDMBean(java.lang.Object instance, java.lang.String componentName)Methods in org.infinispan.jmx that return types with arguments of type ResourceDMBean Modifier and Type Method Description protected java.util.Collection<ResourceDMBean>CacheJmxRegistration. getNonCacheComponents(java.util.Collection<ResourceDMBean> components)protected java.util.Collection<ResourceDMBean>AbstractJmxRegistration. getResourceDMBeansFromComponents(java.util.Collection<org.infinispan.factories.impl.ComponentRef<?>> components)Method parameters in org.infinispan.jmx with type arguments of type ResourceDMBean Modifier and Type Method Description protected java.util.Collection<ResourceDMBean>CacheJmxRegistration. getNonCacheComponents(java.util.Collection<ResourceDMBean> components)voidComponentsJmxRegistration. registerMBeans(java.util.Collection<ResourceDMBean> resourceDMBeans)Performs the MBean registration.protected voidAbstractJmxRegistration. unregisterMBeans(java.util.Collection<ResourceDMBean> resourceDMBeans)voidComponentsJmxRegistration. unregisterMBeans(java.util.Collection<ResourceDMBean> resourceDMBeans)Unregisters all the MBeans registered throughComponentsJmxRegistration.registerMBeans(Collection).
-