| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.agent.command |
Utility for sending commands to remote subsystems and processing responses.
|
| org.lsst.ccs.gconsole.services.command |
GUI service for sending commands to remote subsystems and processing responses.
|
| Constructor and Description |
|---|
CommandTask(CommandSender sender,
CommandHandle handle,
Duration timeout,
String destination,
String command,
Object[] args)
Creates a
CommandTask with an explicit list of raw (not converted to strings) arguments. |
CommandTask(String destination,
String command,
CommandSender sender,
CommandHandle handle,
Duration timeout)
Creates a
CommandTask. |
| Modifier and Type | Method and Description |
|---|---|
CommandSender |
CommandService.getSender()
Creates a new customizable instance of
CommandSender configured for use in the graphical console environment. |
Copyright © 2023 LSST. All rights reserved.