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 AttributeDefinition
<MBeanServerLookup> StatisticsConfiguration.MBEAN_SERVER_LOOKUP
Methods 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 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 MBeanServerLookupModifier and TypeClassDescriptionclass
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 MBeanServerLookupModifier and TypeFieldDescriptionstatic final AttributeDefinition
<MBeanServerLookup> GlobalJmxConfiguration.MBEAN_SERVER_LOOKUP
Methods in org.infinispan.configuration.global that return MBeanServerLookupMethods in org.infinispan.configuration.global with parameters of type MBeanServerLookupModifier and TypeMethodDescriptionGlobalJmxConfigurationBuilder.mBeanServerLookup
(MBeanServerLookup mBeanServerLookupInstance) Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to.