| Package | Description |
|---|---|
| org.xins.common.manageable |
Interface for manageable objects, with supporting classes.
|
| Modifier and Type | Field and Description |
|---|---|
static Manageable.State |
Manageable.BOOTSTRAPPED
The BOOTSTRAPPED state.
|
static Manageable.State |
Manageable.BOOTSTRAPPING
The BOOTSTRAPPING state.
|
static Manageable.State |
Manageable.DEINITIALIZING
The DEINITIALIZING state.
|
static Manageable.State |
Manageable.INITIALIZING
The INITIALIZING state.
|
static Manageable.State |
Manageable.UNUSABLE
The UNUSABLE state.
|
static Manageable.State |
Manageable.USABLE
The USABLE state.
|
| Modifier and Type | Method and Description |
|---|---|
Manageable.State |
Manageable.getState()
Gets the current state of this object.
|
See http://www.xins.org/.