Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MBeanServerLookup |
GlobalConfiguration.getMBeanServerLookupInstance()
Deprecated.
|
MBeanServerLookup |
GlobalConfiguration.GlobalJmxStatisticsType.getMBeanServerLookupInstance()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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)
|
void |
GlobalConfiguration.setMBeanServerLookupInstance(MBeanServerLookup mBeanServerLookupInstance)
|
void |
GlobalConfiguration.GlobalJmxStatisticsType.setMBeanServerLookupInstance(MBeanServerLookup MBeanServerLookupInstance)
Deprecated.
The visibility of this will be reduced, use
GlobalConfiguration.GlobalJmxStatisticsType.mBeanServerLookup(org.infinispan.jmx.MBeanServerLookup) instead |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
MBeanServerLookup |
GlobalJmxStatisticsConfiguration.mbeanServerLookup() |
Modifier and Type | Method and Description |
---|---|
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Sets the instance of the
MBeanServerLookup class to be used to bound JMX MBeans to. |
Modifier and Type | Class and Description |
---|---|
class |
JBossMBeanServerLookup
MBeanServer lookup implementation to locate the JBoss MBeanServer.
|
class |
PlatformMBeanServerLookup
Default implementation for
MBeanServerLookup , will return the platform MBean server. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.