public class StatisticsConfiguration extends JMXStatisticsConfiguration implements Matchable<StatisticsConfiguration>
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
AVAILABLE |
static AttributeDefinition<Boolean> |
ENABLED |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
boolean |
available()
Deprecated.
since 10.1.3. This method will be removed in a future version.
|
boolean |
enabled() |
boolean |
equals(Object obj) |
ElementDefinition<StatisticsConfiguration> |
getElementDefinition() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
subElements
public static AttributeDefinition<Boolean> ENABLED
public static AttributeDefinition<Boolean> AVAILABLE
public ElementDefinition<StatisticsConfiguration> getElementDefinition()
getElementDefinition
in interface BaseConfigurationInfo
ElementDefinition
of the configuration.public boolean enabled()
enabled
in class JMXStatisticsConfiguration
@Deprecated public boolean available()
available
in class JMXStatisticsConfiguration
public AttributeSet attributes()
attributes
in interface BaseConfigurationInfo
AttributeSet
declared by the configuration.Copyright © 2021 JBoss by Red Hat. All rights reserved.