Uses of Interface
org.infinispan.jmx.MBeanServerLookup

Packages that use MBeanServerLookup
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.configuration.global   
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.spring Spring Infinispan - Shared classes. 
 

Uses of MBeanServerLookup in org.infinispan.config
 

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

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

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

Uses of MBeanServerLookup in org.infinispan.configuration.global
 

Methods in org.infinispan.configuration.global that return MBeanServerLookup
 MBeanServerLookup GlobalJmxStatisticsConfiguration.mbeanServerLookup()
           
 

Methods in org.infinispan.configuration.global with parameters of type MBeanServerLookup
 GlobalJmxStatisticsConfigurationBuilder GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
          Sets the instance of the MBeanServerLookup class to be used to bound JMX MBeans to.
 

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.
 

Uses of MBeanServerLookup in org.infinispan.spring
 

Methods in org.infinispan.spring with parameters of type MBeanServerLookup
 void AbstractEmbeddedCacheManagerFactory.setMBeanServerLookup(MBeanServerLookup mBeanServerLookup)
           
 


-->

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