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 org.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.infinispan.jmx Helpers 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 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. -
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 AttributeDefinition<MBeanServerLookup>GlobalJmxStatisticsConfiguration. MBEAN_SERVER_LOOKUPMethods in org.infinispan.configuration.global that return MBeanServerLookup Modifier and Type Method Description MBeanServerLookupGlobalJmxStatisticsConfiguration. mbeanServerLookup()Methods in org.infinispan.configuration.global with parameters of type MBeanServerLookup Modifier and Type Method Description GlobalJmxStatisticsConfigurationBuilderGlobalJmxStatisticsConfigurationBuilder. mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)Sets the instance of theMBeanServerLookupclass to be used to bound JMX MBeans to. -
Uses of MBeanServerLookup in org.infinispan.jmx
Subinterfaces of MBeanServerLookup in org.infinispan.jmx Modifier and Type Interface Description interfaceMBeanServerLookupDeprecated.UseMBeanServerLookupinsteadClasses in org.infinispan.jmx that implement MBeanServerLookup Modifier and Type Class Description classJBossMBeanServerLookupDeprecated.since 9.4, useJBossMBeanServerLookupinsteadclassPlatformMBeanServerLookupDeprecated.UsePlatformMBeanServerLookupinstead
-