com.neeve.rog.log
Enum RogLogReader.Transaction.State
java.lang.Object
java.lang.Enum<RogLogReader.Transaction.State>
com.neeve.rog.log.RogLogReader.Transaction.State
- All Implemented Interfaces:
- Serializable, Comparable<RogLogReader.Transaction.State>
- Enclosing class:
- RogLogReader.Transaction
public static enum RogLogReader.Transaction.State
- extends Enum<RogLogReader.Transaction.State>
Enumerates the various transaction states.
InboundMessagesPending
public static final RogLogReader.Transaction.State InboundMessagesPending
InboundMessagesComplete
public static final RogLogReader.Transaction.State InboundMessagesComplete
OutboundMessagesPending
public static final RogLogReader.Transaction.State OutboundMessagesPending
OutboundMessagesComplete
public static final RogLogReader.Transaction.State OutboundMessagesComplete
Done
public static final RogLogReader.Transaction.State Done
values
public static RogLogReader.Transaction.State[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RogLogReader.Transaction.State c : RogLogReader.Transaction.State.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RogLogReader.Transaction.State valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2015 Neeve Research, LLC. All Rights Reserved.