Modifier and Type | Method and Description |
---|---|
Command |
DistributedTestException.getCauseCommand() |
Constructor and Description |
---|
DistributedTestException(String message,
Command commandCause) |
DistributedTestException(String message,
Throwable cause,
Command commandCause) |
DistributedTestException(Throwable cause,
Command commandCause) |
Modifier and Type | Method and Description |
---|---|
void |
Client.processInstruction(Command command) |
Modifier and Type | Method and Description |
---|---|
Command |
CommandForClient.getCommand() |
Modifier and Type | Method and Description |
---|---|
void |
CommandListener.processCommand(Command command) |
boolean |
CommandListener.supports(Command command) |
Constructor and Description |
---|
CommandForClient(String clientName,
Command command) |
Modifier and Type | Method and Description |
---|---|
List<Command> |
ConnectionConfig.createCommands() |
List<Command> |
SessionConfig.createCommands(String connectionName) |
Modifier and Type | Method and Description |
---|---|
void |
IterationValue.applyToCommand(Command command) |
Modifier and Type | Method and Description |
---|---|
static Command |
JmsMessageAdaptor.messageToCommand(javax.jms.Message jmsMessage) |
Modifier and Type | Method and Description |
---|---|
static javax.jms.Message |
JmsMessageAdaptor.commandToMessage(javax.jms.Session session,
Command command) |
void |
ControllerJmsDelegate.sendCommandToClient(String clientName,
Command command) |
Modifier and Type | Method and Description |
---|---|
<T extends Command> |
JsonHandler.marshall(T command) |
<T extends Command> |
JsonHandler.unmarshall(String json,
Class<T> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
ConsumerParticipantResult |
class |
CreateConnectionCommand |
class |
CreateConsumerCommand |
class |
CreateMessageProviderCommand |
class |
CreateParticipantCommand |
class |
CreateProducerCommand |
class |
CreateResponderCommand |
class |
CreateSessionCommand |
class |
NoOpCommand |
class |
ParticipantResult |
class |
ProducerParticipantResult |
class |
RegisterClientCommand |
class |
Response |
class |
StartDataCollectionCommand |
class |
StartTestCommand |
class |
StopClientCommand |
class |
TearDownTestCommand |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.