Package | Description |
---|---|
org.apache.qpid.disttest.message |
Modifier and Type | Method and Description |
---|---|
CommandType |
Response.getInReplyToCommandType() |
CommandType |
Command.getType() |
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Command(CommandType type) |
CreateParticipantCommand(CommandType type) |
ParticipantResult(CommandType commandType) |
Response(CommandType commandType)
Provided so that subclasses can call super(commandType)
|
Response(String clientName,
CommandType inReplyToCommandType) |
Response(String registeredClientName,
CommandType inReplyToCommandType,
String errorMessage) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.