| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.agent.command |
Utility for sending commands to remote subsystems and processing responses.
|
| org.lsst.ccs.gconsole.plugins.commandbrowser |
Command browser tool.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandCode |
CommandCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandCode[] |
CommandCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
CommandHandle.onResult(CommandCode code,
Object result,
CommandTask source)
Called when either the result of the command execution is received, or
the command is canceled or times out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputPanel.addResponse(long id,
CommandCode code,
Object response) |
Copyright © 2023 LSST. All rights reserved.