Packageorg.spicefactory.parsley.core.messaging
Classpublic class MessageState
InheritanceMessageState Inheritance Object

Enumeration for the current state of a processed message.



Public Constants
 ConstantDefined By
  ACTIVE : MessageState
[static] Constant for the active state.
MessageState
  CANCELLED : MessageState
[static] Constant for the cancelled state.
MessageState
  COMPLETE : MessageState
[static] Constant for the complete state.
MessageState
  SUSPENDED : MessageState
[static] Constant for the suspended state.
MessageState
Constant Detail
ACTIVEConstant
public static const ACTIVE:MessageState

Constant for the active state. While in this state a message processor will continue to invoke all remaining receivers.

CANCELLEDConstant 
public static const CANCELLED:MessageState

Constant for the cancelled state. When in this state no further processing of the message is possible.

COMPLETEConstant 
public static const COMPLETE:MessageState

Constant for the complete state. This state signals that processing of the message completed successfully.

SUSPENDEDConstant 
public static const SUSPENDED:MessageState

Constant for the suspended state. When in this state processing of message receivers is suspended, but may be resumed later by calling MessageProcessor.resume()