Uses of Interface
org.infinispan.jmx.MBeanServerLookup
-
Packages that use MBeanServerLookup Package Description org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. -
-
Uses of MBeanServerLookup in org.infinispan.configuration.global
Fields in org.infinispan.configuration.global with type parameters of type MBeanServerLookup Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<MBeanServerLookup>
GlobalJmxStatisticsConfiguration. MBEAN_SERVER_LOOKUP
Methods in org.infinispan.configuration.global that return MBeanServerLookup Modifier and Type Method Description MBeanServerLookup
GlobalJmxStatisticsConfiguration. mbeanServerLookup()
Methods in org.infinispan.configuration.global with parameters of type MBeanServerLookup Modifier and Type Method Description GlobalJmxStatisticsConfigurationBuilder
GlobalJmxStatisticsConfigurationBuilder. mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to. -
Uses of MBeanServerLookup in org.infinispan.jmx
Classes in org.infinispan.jmx that implement MBeanServerLookup Modifier and Type Class Description class
JBossMBeanServerLookup
MBeanServer lookup implementation to locate the JBoss MBeanServer.class
PlatformMBeanServerLookup
Default implementation forMBeanServerLookup
, will return the platform MBean server.
-