public class Client extends Object
Constructor and Description |
---|
Client(ClientJmsDelegate delegate) |
Modifier and Type | Method and Description |
---|---|
void |
addParticipant(Participant participant) |
String |
getClientName() |
ClientState |
getState() |
void |
processInstruction(Command command) |
void |
reportResult(ParticipantResult testResult) |
void |
setClientCommandVisitor(ClientCommandVisitor visitor) |
void |
start()
Register with the controller
|
void |
startDataCollection() |
void |
startTest() |
void |
stop() |
void |
tearDownTest() |
String |
toString() |
void |
waitUntilStopped() |
void |
waitUntilStopped(long timeout) |
public Client(ClientJmsDelegate delegate) throws NamingException
NamingException
public void start()
public void stop()
public void addParticipant(Participant participant)
public void waitUntilStopped()
public void waitUntilStopped(long timeout)
public void processInstruction(Command command)
public ClientState getState()
public String getClientName()
public void setClientCommandVisitor(ClientCommandVisitor visitor)
public void startTest()
public void tearDownTest()
public void reportResult(ParticipantResult testResult)
public void startDataCollection()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.