
public class AgentCommandDictionaryService.AgentCommandDictionaryCommands extends Object
| Constructor and Description |
|---|
AgentCommandDictionaryCommands() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCommandTargets()
Returns this
Agent list of command targets. |
HashMap<String,org.lsst.ccs.command.Dictionary> |
getDictionaries()
Returns the command dictionary for this
Agent. |
void |
publishAgentCommandDictionary()
Publish the command dictionary for this
Agent. |
@Command(description="Get the agent\'s command dictionary",
type=QUERY,
category=SYSTEM)
public HashMap<String,org.lsst.ccs.command.Dictionary> getDictionaries()
Agent.@Command(description="Get the list of command targets",
type=QUERY,
category=SYSTEM)
public List<String> getCommandTargets()
Agent list of command targets.@Command(description="Publish the agent\'s command dictionary on the status bus",
type=QUERY,
category=SYSTEM)
public void publishAgentCommandDictionary()
Agent.Copyright © 2020 LSST. All rights reserved.