public static enum TokenEvent.ContainerEventType extends Enum<TokenEvent.ContainerEventType> implements TokenEvent.TokenEventFlowStatus
Enum Constant and Description |
---|
ABANDON
When a Batch is abandoned
|
EMPTY
When a Batch is empty.
|
END
Last token of a
Batch has been processed. |
ERROR
An Error event
|
HOLD
Batch is paused
|
RESET
The Shift or batch had a change, and was rest
|
START
First token of a Batch is about to be accessed (pre)
|
Modifier and Type | Method and Description |
---|---|
static TokenEvent.ContainerEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenEvent.ContainerEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name, ordinal
public static final TokenEvent.ContainerEventType EMPTY
public static final TokenEvent.ContainerEventType ABANDON
public static final TokenEvent.ContainerEventType HOLD
public static final TokenEvent.ContainerEventType START
public static final TokenEvent.ContainerEventType RESET
public static final TokenEvent.ContainerEventType END
Batch
has been processed. (post)public static final TokenEvent.ContainerEventType ERROR
public static TokenEvent.ContainerEventType[] values()
for (TokenEvent.ContainerEventType c : TokenEvent.ContainerEventType.values()) System.out.println(c);
public static TokenEvent.ContainerEventType 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 © 2018. All rights reserved.