| Package | Description |
|---|---|
| org.lsst.ccs.bus |
| Modifier and Type | Method and Description |
|---|---|
CommandReply.CommandStatus |
CommandReply.getStatus() |
static CommandReply.CommandStatus |
CommandReply.CommandStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandReply.CommandStatus[] |
CommandReply.CommandStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CommandReply(Command command,
Object reply,
CommandReply.CommandStatus status,
String origin) |
CommandReply(Object reply,
CommandReply.CommandStatus status) |
Copyright © 2014 LSST. All Rights Reserved.