public enum KahaEntryType extends Enum<KahaEntryType>
Modifier and Type | Method and Description |
---|---|
org.apache.activemq.protobuf.Message |
createMessage() |
int |
getNumber() |
String |
toString() |
static KahaEntryType |
valueOf(int value) |
static KahaEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KahaEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KahaEntryType KAHA_TRACE_COMMAND
public static final KahaEntryType KAHA_ADD_MESSAGE_COMMAND
public static final KahaEntryType KAHA_REMOVE_MESSAGE_COMMAND
public static final KahaEntryType KAHA_PREPARE_COMMAND
public static final KahaEntryType KAHA_COMMIT_COMMAND
public static final KahaEntryType KAHA_ROLLBACK_COMMAND
public static final KahaEntryType KAHA_REMOVE_DESTINATION_COMMAND
public static final KahaEntryType KAHA_SUBSCRIPTION_COMMAND
public static final KahaEntryType KAHA_PRODUCER_AUDIT_COMMAND
public static final KahaEntryType KAHA_ACK_MESSAGE_FILE_MAP_COMMAND
public static final KahaEntryType KAHA_UPDATE_MESSAGE_COMMAND
public static final KahaEntryType KAHA_ADD_SCHEDULED_JOB_COMMAND
public static final KahaEntryType KAHA_RESCHEDULE_JOB_COMMAND
public static final KahaEntryType KAHA_REMOVE_SCHEDULED_JOB_COMMAND
public static final KahaEntryType KAHA_REMOVE_SCHEDULED_JOBS_COMMAND
public static final KahaEntryType KAHA_DESTROY_SCHEDULER_COMMAND
public static final KahaEntryType KAHA_REWRITTEN_DATA_FILE_COMMAND
public static KahaEntryType[] values()
for (KahaEntryType c : KahaEntryType.values()) System.out.println(c);
public static KahaEntryType 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 nullpublic final int getNumber()
public final String toString()
toString
in class Enum<KahaEntryType>
public static KahaEntryType valueOf(int value)
public org.apache.activemq.protobuf.Message createMessage()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.