public class CommandReply extends CommandAckOrReply implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandReply.CommandStatus |
detailLevel, origin, priorityLevel, summary, timeStamp| Constructor and Description |
|---|
CommandReply(Command command,
Object reply,
CommandReply.CommandStatus status,
String origin) |
CommandReply(Object reply,
CommandReply.CommandStatus status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageType() |
Object |
getReply() |
CommandReply.CommandStatus |
getStatus() |
String |
toString() |
getCorrelId, getDestination, getOriginalCommand, setCorrelId, setDestination, setOriginalCommandgetDetailLevel, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStamppublic CommandReply(Object reply, CommandReply.CommandStatus status)
public CommandReply(Command command, Object reply, CommandReply.CommandStatus status, String origin)
public String getMessageType()
getMessageType in class BusMessagepublic CommandReply.CommandStatus getStatus()
public Object getReply()
Copyright © 2013 LSST. All Rights Reserved.