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 Pluggable lookup for MBeanServer.org.infinispan.configuration.global EmbeddedCacheManager
configuration -
-
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 org.infinispan.commons.configuration.attributes.AttributeDefinition<MBeanServerLookup>
StatisticsConfiguration. MBEAN_SERVER_LOOKUP
Methods in org.infinispan.client.hotrod.configuration that return MBeanServerLookup Modifier and Type Method Description MBeanServerLookup
StatisticsConfiguration. mbeanServerLookup()
Methods in org.infinispan.client.hotrod.configuration with parameters of type MBeanServerLookup Modifier and Type Method Description StatisticsConfigurationBuilder
StatisticsConfigurationBuilder. mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Sets the instance of theMBeanServerLookup
class 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 class
PlatformMBeanServerLookup
Default implementation forMBeanServerLookup
, will return the platform MBean server. -
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>
GlobalJmxConfiguration. MBEAN_SERVER_LOOKUP
Methods in org.infinispan.configuration.global that return MBeanServerLookup Modifier and Type Method Description MBeanServerLookup
GlobalJmxConfiguration. mbeanServerLookup()
abstract MBeanServerLookup
GlobalJmxStatisticsConfiguration. mbeanServerLookup()
Deprecated.Methods in org.infinispan.configuration.global with parameters of type MBeanServerLookup Modifier and Type Method Description GlobalJmxConfigurationBuilder
GlobalJmxConfigurationBuilder. mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to.abstract GlobalJmxStatisticsConfigurationBuilder
GlobalJmxStatisticsConfigurationBuilder. mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Deprecated.Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to.
-