public class Peek extends ProtocolZero
formatted, paramscan, priority
Constructor and Description |
---|
Peek(int depth) |
Peek(int depth,
long period) |
Peek(int depth,
long period,
long delay) |
Peek(int depth,
priority_t priority) |
Peek(int depth,
priority_t priority,
long period) |
Peek(int depth,
priority_t priority,
long period,
long delay) |
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Allows access to parameter data.
|
long |
getID()
Returns command ID of examined command.
|
long |
getNumQueueCommands()
Returns total number of commands in the command queue.
|
java.lang.String |
getOpcode()
Returns Opcode of examined command.
|
java.lang.String |
getOpString()
Fetches entire protocol instruction corresponding to examined command.
|
void |
setData(java.lang.String params)
Sets command response data.
|
protected void |
setOp() |
getPriority, hasTerminated, pause, resume, run, setExecutor, terminate, update
addTerminationListener, compareTo, getDelay, getExitCode, getFrequency, getOp, getPeriod, getRuntime, toDataString, toString, verifyClient, waitForTerminate, whatAmI
public Peek(int depth, priority_t priority)
public Peek(int depth)
public Peek(int depth, priority_t priority, long period)
public Peek(int depth, long period)
public Peek(int depth, priority_t priority, long period, long delay)
public Peek(int depth, long period, long delay)
public void setData(java.lang.String params)
ProtocolZero
setData
in class ProtocolZero
params
- Data string. For all "data" messages it is identified by the form:
public java.lang.String getOpString()
public long getNumQueueCommands()
public java.lang.String getOpcode()
public long getID()
public int getDepth()
protected void setOp()
setOp
in class ProtocolZero