Package org.lsst.ccs.services
Class AgentCommandDictionaryService.AgentCommandDictionaryCommands
java.lang.Object
org.lsst.ccs.services.AgentCommandDictionaryService.AgentCommandDictionaryCommands
- Enclosing class:
- AgentCommandDictionaryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns thisAgentlist of command targets.Returns the command dictionary for thisAgent.voidPublish the command dictionary for thisAgent.
-
Constructor Details
-
AgentCommandDictionaryCommands
public AgentCommandDictionaryCommands()
-
-
Method Details
-
getDictionaries
@Command(description="Get the agent\'s command dictionary", type=QUERY, category=SYSTEM) public HashMap<String,Dictionary> getDictionaries()Returns the command dictionary for thisAgent.- Returns:
-
getCommandTargets
@Command(description="Get the list of command targets", type=QUERY, category=SYSTEM) public List<String> getCommandTargets()Returns thisAgentlist of command targets.- Returns:
- The list of Command targets.
-
publishAgentCommandDictionary
@Command(description="Publish the agent\'s command dictionary on the status bus", type=QUERY, category=SYSTEM) public void publishAgentCommandDictionary()Publish the command dictionary for thisAgent.
-