- Command - Annotation Type in org.lsst.ccs.command.annotations
-
Annotation for commands.
- Command.CommandType - Enum in org.lsst.ccs.command.annotations
-
- CommandClient - Interface in org.lsst.ccs.command.remote
-
A CommandSet which acts as a proxy for a remote CommandServer.
- CommandInvocationException - Exception in org.lsst.ccs.command
-
An exception thrown when a command invocation fails, either because the
command cannot be invoked, or because it was invoked and generated an exception.
- CommandInvocationException(String, Throwable, Object...) - Constructor for exception org.lsst.ccs.command.CommandInvocationException
-
- CommandInvocationException(String, Object...) - Constructor for exception org.lsst.ccs.command.CommandInvocationException
-
- CommandInvocationException(String, Throwable) - Constructor for exception org.lsst.ccs.command.CommandInvocationException
-
- CommandInvocationException(InvocationTargetException) - Constructor for exception org.lsst.ccs.command.CommandInvocationException
-
- CommandResponse - Class in org.lsst.ccs.command.remote
-
The result of invoking a command on a remote server.
- CommandResponse(Serializable) - Constructor for class org.lsst.ccs.command.remote.CommandResponse
-
- CommandResponse(CommandInvocationException) - Constructor for class org.lsst.ccs.command.remote.CommandResponse
-
- CommandServer - Class in org.lsst.ccs.command.remote
-
A command server which waits to receive commands from a remote client
- CommandServer(CommandSet) - Constructor for class org.lsst.ccs.command.remote.CommandServer
-
- CommandSet - Interface in org.lsst.ccs.command
-
A CommandSet is a combination of a Dictionary plus the ability to
invoke a tokenized command.
- CommandSetBuilder - Class in org.lsst.ccs.command
-
Takes a single object and builds a command set from its annotated methods.
- CommandSetBuilder() - Constructor for class org.lsst.ccs.command.CommandSetBuilder
-
- complete(String, int, List<CharSequence>) - Method in class org.lsst.ccs.command.DictionaryCompleter
-
Generate a list of possible command completions.
- CompositeCommandSet - Class in org.lsst.ccs.command
-
A class which can combine multiple command sets to form one combined command set.
- CompositeCommandSet() - Constructor for class org.lsst.ccs.command.CompositeCommandSet
-
- connect(int) - Method in class org.lsst.ccs.command.demo.RCMReg
-
- containsCommand(TokenizedCommand) - Method in interface org.lsst.ccs.command.Dictionary
-
Test if a given command is present in a dictionary.