
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,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,Dictionary> getDictionaries()
Agent.@Command(description="Get the list of command targets", type=QUERY, category=SYSTEM) public List<String> getCommandTargets()
Agent list of command targets.Copyright © 2020 LSST. All rights reserved.