org.infinispan.config
Class GlobalConfiguration.GlobalJmxStatisticsType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Enclosing class:
- GlobalConfiguration
public static class GlobalConfiguration.GlobalJmxStatisticsType
- extends AbstractConfigurationBean
- See Also:
- Configuration reference,
Serialized Form
enabled
protected Boolean enabled
jmxDomain
protected String jmxDomain
mBeanServerLookup
protected String mBeanServerLookup
allowDuplicateDomains
protected Boolean allowDuplicateDomains
GlobalConfiguration.GlobalJmxStatisticsType
public GlobalConfiguration.GlobalJmxStatisticsType()
setEnabled
public void setEnabled(Boolean enabled)
accept
public void accept(ConfigurationBeanVisitor v)
setJmxDomain
public void setJmxDomain(String jmxDomain)
setMBeanServerLookup
public void setMBeanServerLookup(String beanServerLookup)
setAllowDuplicateDomains
public void setAllowDuplicateDomains(Boolean allowDuplicateDomains)
inject
public void inject(GlobalComponentRegistry gcr)
hasComponentStarted
protected boolean hasComponentStarted()
- Description copied from class:
AbstractConfigurationBean
- Tests whether the component this configuration bean intents to configure has already started.
- Specified by:
hasComponentStarted
in class AbstractConfigurationBean
- Returns:
- true if the component has started; false otherwise.
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.