
| Modifier and Type | Field and Description |
|---|---|
protected org.lsst.ccs.command.CommandSet |
commandSet |
protected org.lsst.ccs.command.DictionaryCommand |
dictionaryCommand |
protected CommandReply |
reply |
protected CommandRequest |
request |
protected Serializable |
result |
protected long |
timeout |
protected org.lsst.ccs.command.annotations.Command.CommandType |
type |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Requests cancellation of this command.
|
CommandRequest |
getCommandRequest()
Returns
CommandRequest instance that triggered this command
execution. |
CommandReply |
getReply() |
org.lsst.ccs.command.annotations.Command.CommandType |
getType()
Returns the type of this command.
|
String |
toString() |
protected final CommandRequest request
protected final org.lsst.ccs.command.annotations.Command.CommandType type
protected final org.lsst.ccs.command.CommandSet commandSet
protected final org.lsst.ccs.command.DictionaryCommand dictionaryCommand
protected final long timeout
protected Serializable result
protected CommandReply reply
public CommandRequest getCommandRequest()
CommandRequest instance that triggered this command
execution.CommandRequest associated with this running commandpublic org.lsst.ccs.command.annotations.Command.CommandType getType()
public CommandReply getReply()
public void cancel()
Copyright © 2020 LSST. All rights reserved.