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 ResourceDMBean
AbstractJmxRegistration. getResourceDMBean(Object instance)
protected ResourceDMBean
AbstractJmxRegistration. getResourceDMBean(Object instance, String componentName)
Methods in org.infinispan.jmx that return types with arguments of type ResourceDMBean Modifier and Type Method Description protected Collection<ResourceDMBean>
CacheJmxRegistration. getNonCacheComponents(Collection<ResourceDMBean> components)
protected Collection<ResourceDMBean>
AbstractJmxRegistration. getResourceDMBeansFromComponents(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 Collection<ResourceDMBean>
CacheJmxRegistration. getNonCacheComponents(Collection<ResourceDMBean> components)
void
ComponentsJmxRegistration. registerMBeans(Collection<ResourceDMBean> resourceDMBeans)
Performs the MBean registration.protected void
AbstractJmxRegistration. unregisterMBeans(Collection<ResourceDMBean> resourceDMBeans)
void
ComponentsJmxRegistration. unregisterMBeans(Collection<ResourceDMBean> resourceDMBeans)
Unregisters all the MBeans registered throughComponentsJmxRegistration.registerMBeans(Collection)
.
-