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
Fields in org.infinispan.jmx declared as ComponentsJmxRegistration Modifier and Type Field Description protected ComponentsJmxRegistration
AbstractJmxRegistration. registrar
Methods in org.infinispan.jmx that return ComponentsJmxRegistration Modifier and Type Method Description protected abstract ComponentsJmxRegistration
AbstractJmxRegistration. buildRegistrar()
protected ComponentsJmxRegistration
CacheJmxRegistration. buildRegistrar()
protected ComponentsJmxRegistration
CacheManagerJmxRegistration. buildRegistrar()
Methods in org.infinispan.jmx with parameters of type ComponentsJmxRegistration Modifier and Type Method Description protected void
CacheJmxRegistration. updateDomain(ComponentsJmxRegistration registrar, MBeanServer mBeanServer, String groupName, CacheManagerJmxRegistration globalJmxRegistration)
protected void
CacheManagerJmxRegistration. updateDomain(ComponentsJmxRegistration registrar, MBeanServer mBeanServer, String groupName)
-