|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState>
edu.internet2.middleware.grouper.messaging.GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState
public static enum GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState
state of a message
| Enum Constant Summary | |
|---|---|
GET_ATTEMPTED
if it is delivered but not confirmed |
|
IN_QUEUE
if in queue waiting to be retrieved |
|
PROCESSED
if it is processed and ready to be deleted |
|
| Method Summary | |
|---|---|
static GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState |
valueOfIgnoreCase(java.lang.String input,
boolean exceptionIfNotFound)
convert a string to a message state |
static GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState IN_QUEUE
public static final GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState GET_ATTEMPTED
public static final GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState PROCESSED
| Method Detail |
|---|
public static GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState[] values()
for (GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState c : GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState.values()) System.out.println(c);
public static GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
public static GrouperBuiltinMessagingSystem.GrouperBuiltinMessageState valueOfIgnoreCase(java.lang.String input,
boolean exceptionIfNotFound)
input - exceptionIfNotFound -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||