Uses of Interface
org.infinispan.jmx.MBeanServerLookup

Packages that use MBeanServerLookup
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
 

Uses of MBeanServerLookup in org.infinispan.config
 

Methods in org.infinispan.config that return MBeanServerLookup
 MBeanServerLookup GlobalConfiguration.getMBeanServerLookupInstance()
           
 MBeanServerLookup GlobalConfiguration.GlobalJmxStatisticsType.getMBeanServerLookupInstance()
           
 

Methods in org.infinispan.config with parameters of type MBeanServerLookup
 void GlobalConfiguration.setMBeanServerLookup(MBeanServerLookup mBeanServerLookup)
          Deprecated. Use GlobalConfiguration.setMBeanServerLookupInstance(org.infinispan.jmx.MBeanServerLookup) instead.
 void GlobalConfiguration.setMBeanServerLookupInstance(MBeanServerLookup mBeanServerLookupInstance)
          Deprecated. 
 void GlobalConfiguration.GlobalJmxStatisticsType.setMBeanServerLookupInstance(MBeanServerLookup MBeanServerLookupInstance)
           
 GlobalConfiguration.GlobalJmxStatisticsConfig GlobalConfiguration.GlobalJmxStatisticsConfig.usingMBeanServerLookupInstance(MBeanServerLookup MBeanServerLookupInstance)
          Sets the instance of the MBeanServerLookup class to be used to bound JMX MBeans to.
 GlobalConfiguration.GlobalJmxStatisticsConfig GlobalConfiguration.GlobalJmxStatisticsType.usingMBeanServerLookupInstance(MBeanServerLookup MBeanServerLookupInstance)
           
 

Method parameters in org.infinispan.config with type arguments of type MBeanServerLookup
 GlobalConfiguration.GlobalJmxStatisticsConfig GlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookup(Class<? extends MBeanServerLookup> beanServerLookupClass)
          Instance of class that will attempt to locate a JMX MBean server to bind to
 GlobalConfiguration.GlobalJmxStatisticsConfig GlobalConfiguration.GlobalJmxStatisticsType.mBeanServerLookup(Class<? extends MBeanServerLookup> beanServerLookupClass)
           
 

Uses of MBeanServerLookup in org.infinispan.jmx
 

Classes in org.infinispan.jmx that implement MBeanServerLookup
 class JBossMBeanServerLookup
          MBeanServer lookup implementation to locate the JBoss MBeanServer.
 class PlatformMBeanServerLookup
          Default implementation for MBeanServerLookup, will return the platform MBean server.
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.