public class JMXStatisticsConfiguration extends java.lang.Object implements Matchable<JMXStatisticsConfiguration>, ConfigurationInfo
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
AVAILABLE |
static AttributeDefinition<java.lang.Boolean> |
ENABLED |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
boolean |
available()
If set to false, statistics gathering cannot be enabled during runtime.
|
boolean |
enabled() |
boolean |
equals(java.lang.Object obj) |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static final AttributeDefinition<java.lang.Boolean> ENABLED
public static final AttributeDefinition<java.lang.Boolean> AVAILABLE
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public boolean enabled()
public boolean available()
public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object