public class TAMERequest
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addCommand(TAMECommand item)
Adds a command to the queue to be processed later.
|
java.lang.String |
getInputMessage()
Gets the request's input message.
|
TAMEModuleContext |
getModuleContext()
Gets the module context that this affects.
|
boolean |
hasCommands()
Checks if this still has commands to process.
|
boolean |
traces(TraceType type)
Checks if this request is performing a specific type of trace.
|
public java.lang.String getInputMessage()
public boolean traces(TraceType type)
type
- the trace type to check.public void addCommand(TAMECommand item)
item
- the command to add.public boolean hasCommands()
public TAMEModuleContext getModuleContext()