public class GlobalStateConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
ENABLED |
static AttributeDefinition<String> |
PERSISTENT_LOCATION |
static AttributeDefinition<String> |
TEMPORARY_LOCATION |
Constructor and Description |
---|
GlobalStateConfiguration(AttributeSet attributes) |
Modifier and Type | Method and Description |
---|---|
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
boolean |
enabled() |
String |
persistentLocation()
Returns the filesystem path where persistent state data which needs to survive container
restarts should be stored.
|
String |
temporaryLocation()
Returns the filesystem path where temporary state should be stored.
|
String |
toString() |
public static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<String> PERSISTENT_LOCATION
public static final AttributeDefinition<String> TEMPORARY_LOCATION
public GlobalStateConfiguration(AttributeSet attributes)
public static AttributeSet attributeDefinitionSet()
public boolean enabled()
public String persistentLocation()
public String temporaryLocation()
public AttributeSet attributes()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.