public static enum SimpleMessageGroupFactory.GroupType extends java.lang.Enum<SimpleMessageGroupFactory.GroupType>
| Enum Constant and Description |
|---|
BLOCKING_QUEUE |
HASH_SET |
LIST |
PERSISTENT |
SYNCHRONISED_SET |
| Modifier and Type | Method and Description |
|---|---|
static SimpleMessageGroupFactory.GroupType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleMessageGroupFactory.GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleMessageGroupFactory.GroupType LIST
public static final SimpleMessageGroupFactory.GroupType BLOCKING_QUEUE
public static final SimpleMessageGroupFactory.GroupType HASH_SET
public static final SimpleMessageGroupFactory.GroupType SYNCHRONISED_SET
public static final SimpleMessageGroupFactory.GroupType PERSISTENT
public static SimpleMessageGroupFactory.GroupType[] values()
for (SimpleMessageGroupFactory.GroupType c : SimpleMessageGroupFactory.GroupType.values()) System.out.println(c);
public static SimpleMessageGroupFactory.GroupType 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 namejava.lang.NullPointerException - if the argument is null