Uses of Interface
org.infinispan.commons.jmx.MBeanServerLookup
Packages that use MBeanServerLookup
Package
Description
Hot Rod client configuration API.
Pluggable lookup for MBeanServer.
EmbeddedCacheManager configuration-
Uses of MBeanServerLookup in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type MBeanServerLookupModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<MBeanServerLookup>StatisticsConfiguration.MBEAN_SERVER_LOOKUPMethods in org.infinispan.client.hotrod.configuration that return MBeanServerLookupMethods in org.infinispan.client.hotrod.configuration with parameters of type MBeanServerLookupModifier and TypeMethodDescriptionStatisticsConfigurationBuilder.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 MBeanServerLookupModifier and TypeClassDescriptionclassDefault 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 MBeanServerLookupModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<MBeanServerLookup>GlobalJmxConfiguration.MBEAN_SERVER_LOOKUPMethods in org.infinispan.configuration.global that return MBeanServerLookupModifier and TypeMethodDescriptionGlobalJmxConfiguration.mbeanServerLookup()abstract MBeanServerLookupGlobalJmxStatisticsConfiguration.mbeanServerLookup()Deprecated.Methods in org.infinispan.configuration.global with parameters of type MBeanServerLookupModifier and TypeMethodDescriptionGlobalJmxConfigurationBuilder.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance) Sets the instance of theMBeanServerLookupclass to be used to bound JMX MBeans to.GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance) Deprecated.Sets the instance of theMBeanServerLookupclass to be used to bound JMX MBeans to.