Uses of Interface
org.infinispan.commons.jmx.MBeanServerLookup
-
Packages that use MBeanServerLookup Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.commons.jmx -
-
Uses of MBeanServerLookup in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type MBeanServerLookup Modifier and Type Field Description static AttributeDefinition<MBeanServerLookup>StatisticsConfiguration. MBEAN_SERVER_LOOKUPMethods in org.infinispan.client.hotrod.configuration that return MBeanServerLookup Modifier and Type Method Description MBeanServerLookupStatisticsConfiguration. mbeanServerLookup()Methods in org.infinispan.client.hotrod.configuration with parameters of type MBeanServerLookup Modifier and Type Method Description StatisticsConfigurationBuilderStatisticsConfigurationBuilder. mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)Sets the instance of theMBeanServerLookupclass to be used to bound JMX MBeans to. -
Uses of MBeanServerLookup in org.infinispan.commons.jmx
Classes in org.infinispan.commons.jmx that implement MBeanServerLookup Modifier and Type Class Description classJBossMBeanServerLookupMBeanServer lookup implementation to locate the JBoss MBeanServer.classPlatformMBeanServerLookupDefault implementation forMBeanServerLookup, will return the platform MBean server.Methods in org.infinispan.commons.jmx with parameters of type MBeanServerLookup Modifier and Type Method Description static javax.management.MBeanServerJmxUtil. lookupMBeanServer(MBeanServerLookup lookup, java.util.Properties properties)Looks up theMBeanServerinstance.
-