Uses of Interface
org.infinispan.commons.jmx.MBeanServerLookup
Packages that use MBeanServerLookup
Package
Description
Hot Rod client configuration API.
Pluggable lookup for MBeanServer.
EmbeddedCacheManager
configurationHelpers that allow easy exposure of attributes and operations via JMX.
-
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 MBeanServerLookupModifier and TypeMethodDescriptionGlobalJmxConfiguration.mbeanServerLookup()
abstract MBeanServerLookup
GlobalJmxStatisticsConfiguration.mbeanServerLookup()
Deprecated, for removal: This API element is subject to removal in a future version.Methods 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.GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup
(MBeanServerLookup mBeanServerLookupInstance) Deprecated, for removal: This API element is subject to removal in a future version.Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to. -
Uses of MBeanServerLookup in org.infinispan.jmx
Subinterfaces of MBeanServerLookup in org.infinispan.jmxModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.Classes in org.infinispan.jmx that implement MBeanServerLookupModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.UsePlatformMBeanServerLookup
instead
MBeanServerLookup
instead