Packagenet.user1.reactor
Classpublic final class Status
InheritanceStatus Inheritance Object

Since : Reactor 1.0.0

An enumeration of the status codes for all built-in UPC messages and Reactor events. For a list of status codes supported by a given event, consult the documentation for that event.

For complete details on UPC formatted messages, see the UPC Specification .



Public Constants
 ConstantDefined 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
Constant Descriptions
ACCOUNT_EXISTSConstant
public static const ACCOUNT_EXISTS:String = ACCOUNT_EXISTS

ACCOUNT_NOT_FOUNDConstant 
public static const ACCOUNT_NOT_FOUND:String = ACCOUNT_NOT_FOUND

ALREADY_ASSIGNEDConstant 
public static const ALREADY_ASSIGNED:String = ALREADY_ASSIGNED

ALREADY_BANNEDConstant 
public static const ALREADY_BANNED:String = ALREADY_BANNED

ALREADY_IN_ROOMConstant 
public static const ALREADY_IN_ROOM:String = ALREADY_IN_ROOM

ALREADY_LOGGED_INConstant 
public static const ALREADY_LOGGED_IN:String = ALREADY_LOGGED_IN

ALREADY_OBSERVINGConstant 
public static const ALREADY_OBSERVING:String = ALREADY_OBSERVING

ALREADY_SYNCHRONIZEDConstant 
public static const ALREADY_SYNCHRONIZED:String = ALREADY_SYNCHRONIZED

ALREADY_WATCHINGConstant 
public static const ALREADY_WATCHING:String = ALREADY_WATCHING

ATTR_NOT_FOUNDConstant 
public static const ATTR_NOT_FOUND:String = ATTR_NOT_FOUND

AUTHORIZATION_FAILEDConstant 
public static const AUTHORIZATION_FAILED:String = AUTHORIZATION_FAILED

AUTHORIZATION_REQUIREDConstant 
public static const AUTHORIZATION_REQUIRED:String = AUTHORIZATION_REQUIRED

CLIENT_NOT_FOUNDConstant 
public static const CLIENT_NOT_FOUND:String = CLIENT_NOT_FOUND

DUPLICATE_VALUEConstant 
public static const DUPLICATE_VALUE:String = DUPLICATE_VALUE

ERRORConstant 
public static const ERROR:String = ERROR

EVALUATION_FAILEDConstant 
public static const EVALUATION_FAILED:String = EVALUATION_FAILED

IMMUTABLEConstant 
public static const IMMUTABLE:String = IMMUTABLE

INVALID_QUALIFIERConstant 
public static const INVALID_QUALIFIER:String = INVALID_QUALIFIER

NAME_EXISTSConstant 
public static const NAME_EXISTS:String = NAME_EXISTS

NAME_NOT_FOUNDConstant 
public static const NAME_NOT_FOUND:String = NAME_NOT_FOUND

NOT_ASSIGNEDConstant 
public static const NOT_ASSIGNED:String = NOT_ASSIGNED

NOT_BANNEDConstant 
public static const NOT_BANNED:String = NOT_BANNED

NOT_IN_ROOMConstant 
public static const NOT_IN_ROOM:String = NOT_IN_ROOM

NOT_LOGGED_INConstant 
public static const NOT_LOGGED_IN:String = NOT_LOGGED_IN

NOT_OBSERVINGConstant 
public static const NOT_OBSERVING:String = NOT_OBSERVING

NOT_WATCHINGConstant 
public static const NOT_WATCHING:String = NOT_WATCHING

PERMISSION_DENIEDConstant 
public static const PERMISSION_DENIED:String = PERMISSION_DENIED

REMOVEDConstant 
public static const REMOVED:String = REMOVED

ROLE_NOT_FOUNDConstant 
public static const ROLE_NOT_FOUND:String = ROLE_NOT_FOUND

ROOM_EXISTSConstant 
public static const ROOM_EXISTS:String = ROOM_EXISTS

ROOM_FULLConstant 
public static const ROOM_FULL:String = ROOM_FULL

ROOM_NOT_FOUNDConstant 
public static const ROOM_NOT_FOUND:String = ROOM_NOT_FOUND

SERVER_ONLYConstant 
public static const SERVER_ONLY:String = SERVER_ONLY

SUCCESSConstant 
public static const SUCCESS:String = SUCCESS