
| Modifier and Type | Field and Description |
|---|---|
protected CommandSet |
commandSet |
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. |
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 long timeout
protected Serializable result
public CommandRequest getCommandRequest()
CommandRequest instance that triggered this command execution.CommandRequest associated with this running commandpublic Command.CommandType getType()
public void cancel()
Copyright © 2016 LSST. All rights reserved.