public abstract class CommandAckOrReply extends BusMessage implements CommandBusMessage
detailLevel, origin, priorityLevel, summary, timeStamp| Modifier | Constructor and Description |
|---|---|
|
CommandAckOrReply()
Deprecated.
|
protected |
CommandAckOrReply(Command command,
String origin) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelId() |
String |
getDestination() |
Command |
getOriginalCommand()
Deprecated.
|
void |
setCorrelId(String correlId)
Deprecated.
|
void |
setDestination(String destination) |
void |
setOriginalCommand(Command originalCommand)
Deprecated.
|
getDetailLevel, getMessageType, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStamp@Deprecated public CommandAckOrReply()
public String getCorrelId()
getCorrelId in interface CommandBusMessage@Deprecated public void setCorrelId(String correlId)
@Deprecated public Command getOriginalCommand()
@Deprecated public void setOriginalCommand(Command originalCommand)
public String getDestination()
getDestination in interface CommandBusMessagepublic void setDestination(String destination)
Copyright © 2014 LSST. All rights reserved.