
public class CurrentCommandContext extends Object implements Serializable
| Constructor and Description |
|---|
CurrentCommandContext(String subsystemElementName,
String executionPhase) |
CurrentCommandContext(String commandOriginator,
String commandName,
Command.CommandType commandType,
Object[] parms) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName() |
String |
getCommandOriginator() |
Optional<Command.CommandType> |
getCommandType() |
Optional<Object> |
getContextData() |
Object[] |
getParms() |
void |
setContextData(Object contextData) |
String |
toString() |
public CurrentCommandContext(String commandOriginator, String commandName, Command.CommandType commandType, Object[] parms)
Copyright © 2015 LSST. All rights reserved.