abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.addProperty(String key,
String value) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.cacheManagerName(String cacheManagerName) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.disable() |
Deprecated.
Disables JMX in the cache manager.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.domain(String domain) |
Deprecated.
If JMX is enabled then all 'published' JMX objects will appear under this name.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.enable() |
Deprecated.
Enables JMX in the cache manager.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.enabled(boolean enabled) |
Deprecated.
Enables JMX in the cache manager.
|
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.jmxDomain(String domain) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.withProperties(Properties properties) |
Deprecated.
Sets properties which are then passed to the MBean Server Lookup implementation specified.
|