public class Status
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Status.Failure
This class/message type is preferably used to indicate failure of some operation performed.
|
static class |
Status.Failure$ |
static interface |
Status.Status |
static class |
Status.Success
This class/message type is preferably used to indicate success of some operation performed.
|
static class |
Status.Success$ |
Constructor and Description |
---|
Status() |