org.apache.activemq.store.kahadb.data
Enum KahaEntryType
java.lang.Object
java.lang.Enum<KahaEntryType>
org.apache.activemq.store.kahadb.data.KahaEntryType
- All Implemented Interfaces:
- Serializable, Comparable<KahaEntryType>
public enum KahaEntryType
- extends Enum<KahaEntryType>
KAHA_TRACE_COMMAND
public static final KahaEntryType KAHA_TRACE_COMMAND
KAHA_ADD_MESSAGE_COMMAND
public static final KahaEntryType KAHA_ADD_MESSAGE_COMMAND
KAHA_REMOVE_MESSAGE_COMMAND
public static final KahaEntryType KAHA_REMOVE_MESSAGE_COMMAND
KAHA_PREPARE_COMMAND
public static final KahaEntryType KAHA_PREPARE_COMMAND
KAHA_COMMIT_COMMAND
public static final KahaEntryType KAHA_COMMIT_COMMAND
KAHA_ROLLBACK_COMMAND
public static final KahaEntryType KAHA_ROLLBACK_COMMAND
KAHA_REMOVE_DESTINATION_COMMAND
public static final KahaEntryType KAHA_REMOVE_DESTINATION_COMMAND
KAHA_SUBSCRIPTION_COMMAND
public static final KahaEntryType KAHA_SUBSCRIPTION_COMMAND
values
public static KahaEntryType[] 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 (KahaEntryType c : KahaEntryType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static KahaEntryType 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
getNumber
public final int getNumber()
toString
public final String toString()
- Overrides:
toString
in class Enum<KahaEntryType>
valueOf
public static KahaEntryType valueOf(int value)
createMessage
public org.apache.activemq.protobuf.Message createMessage()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.