Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
org.apache.activemq.protobuf.Message
final int
Returns the enum constant of this type with the specified name.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
KAHA_REMOVE_MESSAGE_COMMAND
KAHA_REMOVE_DESTINATION_COMMAND
public static final KahaEntryType KAHA_REMOVE_DESTINATION_COMMAND
KAHA_SUBSCRIPTION_COMMAND
KAHA_PRODUCER_AUDIT_COMMAND
KAHA_ACK_MESSAGE_FILE_MAP_COMMAND
public static final KahaEntryType KAHA_ACK_MESSAGE_FILE_MAP_COMMAND
KAHA_UPDATE_MESSAGE_COMMAND
KAHA_ADD_SCHEDULED_JOB_COMMAND
KAHA_RESCHEDULE_JOB_COMMAND
KAHA_REMOVE_SCHEDULED_JOB_COMMAND
public static final KahaEntryType KAHA_REMOVE_SCHEDULED_JOB_COMMAND
KAHA_REMOVE_SCHEDULED_JOBS_COMMAND
public static final KahaEntryType KAHA_REMOVE_SCHEDULED_JOBS_COMMAND
KAHA_DESTROY_SCHEDULER_COMMAND
KAHA_REWRITTEN_DATA_FILE_COMMAND
public static final KahaEntryType KAHA_REWRITTEN_DATA_FILE_COMMAND
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
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 ()
valueOf
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:
value - 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
createMessage
public org.apache.activemq.protobuf.Message createMessage ()