| Package | Description |
|---|---|
| org.openspaces.admin.rest.gsctl | |
| org.openspaces.admin.rest.gsctl.exceptions |
| Modifier and Type | Method and Description |
|---|---|
Status.State |
Status.getState() |
static Status.State |
Status.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.State[] |
Status.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Status(String id,
Date date,
Status.State state,
String message,
Integer version) |
Status(String id,
Date date,
Status.State state,
String message,
Integer version,
HashMap<String,String> result) |
| Modifier and Type | Method and Description |
|---|---|
Status.State |
StatusException.getState() |
| Constructor and Description |
|---|
StatusException(Status.State state,
String message) |
Copyright © GigaSpaces.