Uses of Class
org.infinispan.jmx.ComponentsJmxRegistration
-
Packages that use ComponentsJmxRegistration Package Description org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. -
-
Uses of ComponentsJmxRegistration in org.infinispan.jmx
Methods in org.infinispan.jmx that return ComponentsJmxRegistration Modifier and Type Method Description protected abstract ComponentsJmxRegistration
AbstractJmxRegistration. buildRegistrar(Set<AbstractComponentRegistry.Component> components)
protected ComponentsJmxRegistration
CacheJmxRegistration. buildRegistrar(Set<AbstractComponentRegistry.Component> components)
protected ComponentsJmxRegistration
CacheManagerJmxRegistration. buildRegistrar(Set<AbstractComponentRegistry.Component> components)
Methods in org.infinispan.jmx with parameters of type ComponentsJmxRegistration Modifier and Type Method Description protected void
CacheJmxRegistration. updateDomain(ComponentsJmxRegistration registrar, GlobalComponentRegistry componentRegistry, MBeanServer mBeanServer, String groupName)
protected void
CacheManagerJmxRegistration. updateDomain(ComponentsJmxRegistration registrar, MBeanServer mBeanServer, String groupName)
-