|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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()
|
MBeanServerLookup |
GlobalConfiguration.GlobalJmxStatisticsType.getMBeanServerLookupInstance()
|
Method parameters in org.infinispan.config with type arguments of type MBeanServerLookup | |
---|---|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.mBeanServerLookupClass(Class<? extends MBeanServerLookup> beanServerLookupClass)
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookupClass(Class<? extends MBeanServerLookup> mbeanServerLookupClass)
Instance of class that will attempt to locate a JMX MBean server to bind 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)
|
|
--> |