|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.bus.BusMessage
org.lsst.ccs.bus.CommandAckOrReply
org.lsst.ccs.bus.CommandReply
public class CommandReply
Reply to command. To be decided : sent on the command bus, or sent point to point to sender on temporary destination?
| Nested Class Summary | |
|---|---|
static class |
CommandReply.CommandStatus
|
| Field Summary |
|---|
| Fields inherited from class org.lsst.ccs.bus.BusMessage |
|---|
detailLevel, origin, priorityLevel, summary, timeStamp |
| Constructor Summary | |
|---|---|
CommandReply(Command command,
Object reply,
CommandReply.CommandStatus status,
String origin)
|
|
CommandReply(Object reply,
CommandReply.CommandStatus status)
|
|
| Method Summary | |
|---|---|
String |
getMessageType()
|
Object |
getReply()
|
CommandReply.CommandStatus |
getStatus()
|
String |
toString()
|
| Methods inherited from class org.lsst.ccs.bus.CommandAckOrReply |
|---|
getCorrelId, getDestination, getOriginalCommand, setCorrelId, setDestination, setOriginalCommand |
| Methods inherited from class org.lsst.ccs.bus.BusMessage |
|---|
getDetailLevel, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandReply(Object reply,
CommandReply.CommandStatus status)
public CommandReply(Command command,
Object reply,
CommandReply.CommandStatus status,
String origin)
| Method Detail |
|---|
public String getMessageType()
getMessageType in class BusMessagepublic CommandReply.CommandStatus getStatus()
public Object getReply()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||