Uses of Class
org.lsst.ccs.Agent.RunningCommand
Packages that use Agent.RunningCommand
-
Uses of Agent.RunningCommand in org.lsst.ccs
Fields in org.lsst.ccs declared as Agent.RunningCommandModifier and TypeFieldDescriptionprotected Agent.RunningCommandAgent.currentActionCurrently running CONFIGURATION or ACTION command.Fields in org.lsst.ccs with type parameters of type Agent.RunningCommandModifier and TypeFieldDescriptionprotected final Set<Agent.RunningCommand>Agent.currentQueriesCurrently running QUERY commands.protected final Set<Agent.RunningCommand>Agent.currentSignalsCurrently running SIGNAL commands.Methods in org.lsst.ccs that return Agent.RunningCommandModifier and TypeMethodDescriptionAgent.getCommandForThisThread()Returns handle ofRunningCommandcurrently being executed by this thread.Agent.getCurrentAction()Get the current RunningCommand action.