Package | net.user1.reactor |
Class | public final class Status |
Inheritance | Status ![]() |
Since : | Reactor 1.0.0 |
For complete details on UPC formatted messages, see the UPC Specification .
Constant | Defined By | ||
---|---|---|---|
ACCOUNT_EXISTS : String = ACCOUNT_EXISTS [static] | Status | ||
ACCOUNT_NOT_FOUND : String = ACCOUNT_NOT_FOUND [static] | Status | ||
ALREADY_ASSIGNED : String = ALREADY_ASSIGNED [static] | Status | ||
ALREADY_BANNED : String = ALREADY_BANNED [static] | Status | ||
ALREADY_IN_ROOM : String = ALREADY_IN_ROOM [static] | Status | ||
ALREADY_LOGGED_IN : String = ALREADY_LOGGED_IN [static] | Status | ||
ALREADY_OBSERVING : String = ALREADY_OBSERVING [static] | Status | ||
ALREADY_SYNCHRONIZED : String = ALREADY_SYNCHRONIZED [static] | Status | ||
ALREADY_WATCHING : String = ALREADY_WATCHING [static] | Status | ||
ATTR_NOT_FOUND : String = ATTR_NOT_FOUND [static] | Status | ||
AUTHORIZATION_FAILED : String = AUTHORIZATION_FAILED [static] | Status | ||
AUTHORIZATION_REQUIRED : String = AUTHORIZATION_REQUIRED [static] | Status | ||
CLIENT_NOT_FOUND : String = CLIENT_NOT_FOUND [static] | Status | ||
DUPLICATE_VALUE : String = DUPLICATE_VALUE [static] | Status | ||
ERROR : String = ERROR [static] | Status | ||
EVALUATION_FAILED : String = EVALUATION_FAILED [static] | Status | ||
IMMUTABLE : String = IMMUTABLE [static] | Status | ||
INVALID_QUALIFIER : String = INVALID_QUALIFIER [static] | Status | ||
NAME_EXISTS : String = NAME_EXISTS [static] | Status | ||
NAME_NOT_FOUND : String = NAME_NOT_FOUND [static] | Status | ||
NOT_ASSIGNED : String = NOT_ASSIGNED [static] | Status | ||
NOT_BANNED : String = NOT_BANNED [static] | Status | ||
NOT_IN_ROOM : String = NOT_IN_ROOM [static] | Status | ||
NOT_LOGGED_IN : String = NOT_LOGGED_IN [static] | Status | ||
NOT_OBSERVING : String = NOT_OBSERVING [static] | Status | ||
NOT_WATCHING : String = NOT_WATCHING [static] | Status | ||
PERMISSION_DENIED : String = PERMISSION_DENIED [static] | Status | ||
REMOVED : String = REMOVED [static] | Status | ||
ROLE_NOT_FOUND : String = ROLE_NOT_FOUND [static] | Status | ||
ROOM_EXISTS : String = ROOM_EXISTS [static] | Status | ||
ROOM_FULL : String = ROOM_FULL [static] | Status | ||
ROOM_NOT_FOUND : String = ROOM_NOT_FOUND [static] | Status | ||
SERVER_ONLY : String = SERVER_ONLY [static] | Status | ||
SUCCESS : String = SUCCESS [static] | Status |
ACCOUNT_EXISTS | Constant |
public static const ACCOUNT_EXISTS:String = ACCOUNT_EXISTS
ACCOUNT_NOT_FOUND | Constant |
public static const ACCOUNT_NOT_FOUND:String = ACCOUNT_NOT_FOUND
ALREADY_ASSIGNED | Constant |
public static const ALREADY_ASSIGNED:String = ALREADY_ASSIGNED
ALREADY_BANNED | Constant |
public static const ALREADY_BANNED:String = ALREADY_BANNED
ALREADY_IN_ROOM | Constant |
public static const ALREADY_IN_ROOM:String = ALREADY_IN_ROOM
ALREADY_LOGGED_IN | Constant |
public static const ALREADY_LOGGED_IN:String = ALREADY_LOGGED_IN
ALREADY_OBSERVING | Constant |
public static const ALREADY_OBSERVING:String = ALREADY_OBSERVING
ALREADY_SYNCHRONIZED | Constant |
public static const ALREADY_SYNCHRONIZED:String = ALREADY_SYNCHRONIZED
ALREADY_WATCHING | Constant |
public static const ALREADY_WATCHING:String = ALREADY_WATCHING
ATTR_NOT_FOUND | Constant |
public static const ATTR_NOT_FOUND:String = ATTR_NOT_FOUND
AUTHORIZATION_FAILED | Constant |
public static const AUTHORIZATION_FAILED:String = AUTHORIZATION_FAILED
AUTHORIZATION_REQUIRED | Constant |
public static const AUTHORIZATION_REQUIRED:String = AUTHORIZATION_REQUIRED
CLIENT_NOT_FOUND | Constant |
public static const CLIENT_NOT_FOUND:String = CLIENT_NOT_FOUND
DUPLICATE_VALUE | Constant |
public static const DUPLICATE_VALUE:String = DUPLICATE_VALUE
ERROR | Constant |
public static const ERROR:String = ERROR
EVALUATION_FAILED | Constant |
public static const EVALUATION_FAILED:String = EVALUATION_FAILED
IMMUTABLE | Constant |
public static const IMMUTABLE:String = IMMUTABLE
INVALID_QUALIFIER | Constant |
public static const INVALID_QUALIFIER:String = INVALID_QUALIFIER
NAME_EXISTS | Constant |
public static const NAME_EXISTS:String = NAME_EXISTS
NAME_NOT_FOUND | Constant |
public static const NAME_NOT_FOUND:String = NAME_NOT_FOUND
NOT_ASSIGNED | Constant |
public static const NOT_ASSIGNED:String = NOT_ASSIGNED
NOT_BANNED | Constant |
public static const NOT_BANNED:String = NOT_BANNED
NOT_IN_ROOM | Constant |
public static const NOT_IN_ROOM:String = NOT_IN_ROOM
NOT_LOGGED_IN | Constant |
public static const NOT_LOGGED_IN:String = NOT_LOGGED_IN
NOT_OBSERVING | Constant |
public static const NOT_OBSERVING:String = NOT_OBSERVING
NOT_WATCHING | Constant |
public static const NOT_WATCHING:String = NOT_WATCHING
PERMISSION_DENIED | Constant |
public static const PERMISSION_DENIED:String = PERMISSION_DENIED
REMOVED | Constant |
public static const REMOVED:String = REMOVED
ROLE_NOT_FOUND | Constant |
public static const ROLE_NOT_FOUND:String = ROLE_NOT_FOUND
ROOM_EXISTS | Constant |
public static const ROOM_EXISTS:String = ROOM_EXISTS
ROOM_FULL | Constant |
public static const ROOM_FULL:String = ROOM_FULL
ROOM_NOT_FOUND | Constant |
public static const ROOM_NOT_FOUND:String = ROOM_NOT_FOUND
SERVER_ONLY | Constant |
public static const SERVER_ONLY:String = SERVER_ONLY
SUCCESS | Constant |
public static const SUCCESS:String = SUCCESS