| Modifier and Type | Field and Description |
|---|---|
protected CommandSet |
commandSet |
protected DictionaryCommand |
dictionaryCommand |
protected CommandReply |
reply |
protected CommandRequest |
request |
protected Serializable |
result |
protected long |
timeout |
protected 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() |
Command.CommandType |
getType()
Returns the type of this command.
|
String |
toString() |
protected final CommandRequest request
protected final Command.CommandType type
protected final CommandSet commandSet
protected final 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 Command.CommandType getType()
public CommandReply getReply()
public void cancel()
Copyright © 2023 LSST. All rights reserved.