| Package | Description |
|---|---|
| org.lsst.ccs.bus.messages |
| Modifier and Type | Method and Description |
|---|---|
CommandRequest |
CommandReply.getCommand() |
| Constructor and Description |
|---|
CommandAck(CommandRequest command,
Object reply,
String commandOriginatorId) |
CommandAck(CommandRequest command,
String commandOriginatorId) |
CommandError(CommandRequest command,
Throwable th,
String commandOriginatorId) |
CommandNack(CommandRequest command,
Object reason,
String commandOriginatorId) |
CommandReply(CommandRequest command,
Object reply,
String commandOriginatorId) |
CommandResult(CommandRequest command,
Object reply,
String commandOriginatorId)
Constructor for successful execution.
|
CommandResult(CommandRequest command,
Throwable th,
String commandOriginatorId)
Constructor for a CommandResult that produced an exception.
|
Copyright © 2015 LSST. All rights reserved.