public class TakeOfflineConfiguration extends Object implements Matchable<TakeOfflineConfiguration>, ConfigurationInfo
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Integer> |
AFTER_FAILURES |
static AttributeDefinition<Long> |
MIN_TIME_TO_WAIT |
Constructor and Description |
---|
TakeOfflineConfiguration(AttributeSet attributes) |
Modifier and Type | Method and Description |
---|---|
int |
afterFailures() |
AttributeSet |
attributes() |
boolean |
enabled() |
boolean |
equals(Object obj) |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
long |
minTimeToWait() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
subElements
public static final AttributeDefinition<Integer> AFTER_FAILURES
public static final AttributeDefinition<Long> MIN_TIME_TO_WAIT
public TakeOfflineConfiguration(AttributeSet attributes)
public ElementDefinition getElementDefinition()
getElementDefinition
in interface BaseConfigurationInfo
ElementDefinition
of the configuration.public int afterFailures()
public long minTimeToWait()
public boolean enabled()
public AttributeSet attributes()
attributes
in interface BaseConfigurationInfo
AttributeSet
declared by the configuration.Copyright © 2021 JBoss by Red Hat. All rights reserved.