|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminStatus
Base interface of admin status objects. Status objects are returned by some admin methods to indicate warnings or additional information, that doesn't belong in an Exception.
| Field Summary | |
|---|---|
static int |
CODE_DECRYPTION_FAILED
Warning status code indicating that an object could not be decrypted. |
static int |
CODE_SUCCESS
Status code indicating that the operation succeeded. |
static int |
CODE_UNKNOWN
Status code indicating an unknown status |
| Method Summary | |
|---|---|
int |
getCode()
Get the status code. |
java.lang.String |
getMessage()
Get the status message. |
| Field Detail |
|---|
static final int CODE_UNKNOWN
static final int CODE_SUCCESS
static final int CODE_DECRYPTION_FAILED
| Method Detail |
|---|
int getCode()
AdminStatus.CODE_*.
java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||