public enum ConversationMessage extends Enum<ConversationMessage>
Modifier and Type | Method and Description |
---|---|
static ConversationMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversationMessage NO_CONVERSATION_TO_RESTORE
public static final ConversationMessage UNABLE_TO_RESTORE_CONVERSATION
public static final ConversationMessage CONVERSATION_LOCK_UNAVAILABLE
public static final ConversationMessage CONVERSATION_SWITCHED
public static final ConversationMessage CLEANING_UP_CONVERSATION
public static final ConversationMessage CONVERSATION_TERMINATION_SCHEDULED
public static final ConversationMessage CONVERSATION_TERMINATION_CANCELLED
public static final ConversationMessage CONVERSATION_TERMINATION_CANCELLATION_FAILED
public static final ConversationMessage DESTROY_LRC_COMPLETE
public static final ConversationMessage LRC_COUNT
public static final ConversationMessage DESTROY_TRANSIENT_CONVERSATION
public static final ConversationMessage DESTROY_LRC
public static final ConversationMessage DESTROY_ALL_LRC
public static final ConversationMessage CONVERSATION_LOCKED
public static final ConversationMessage CONVERSATION_UNLOCKED
public static final ConversationMessage CONVERSATION_UNAVAILABLE
public static final ConversationMessage ILLEGAL_CONVERSATION_UNLOCK_ATTEMPT
public static final ConversationMessage PROMOTED_TRANSIENT
public static final ConversationMessage DEMOTED_LRC
public static final ConversationMessage SWITCHED_CONVERSATION
public static final ConversationMessage BEGIN_CALLED_ON_LONG_RUNNING_CONVERSATION
public static final ConversationMessage END_CALLED_ON_TRANSIENT_CONVERSATION
public static final ConversationMessage NULL_HTTP_SESSION
public static final ConversationMessage SWITCHING_MODE_RESETS_TIMEOUTS
public static final ConversationMessage CONVERSATION_ID_ALREADY_IN_USE
public static final ConversationMessage CLEANING_UP_TRANSIENT_CONVERSATION
public static final ConversationMessage NO_CONVERSATION_FOUND_TO_RESTORE
public static final ConversationMessage CONVERSATION_LOCK_TIMEDOUT
public static ConversationMessage[] values()
for (ConversationMessage c : ConversationMessage.values()) System.out.println(c);
public static ConversationMessage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013 Seam Framework. All Rights Reserved.