org.lsst.ccs.bus
Class CommandAckOrReply
java.lang.Object
org.lsst.ccs.bus.BusMessage
org.lsst.ccs.bus.CommandAckOrReply
- All Implemented Interfaces:
- Serializable, BusPayload, CommandBusMessage
- Direct Known Subclasses:
- CommandAck, CommandReply
public abstract class CommandAckOrReply
- extends BusMessage
- implements Serializable, CommandBusMessage
- See Also:
- Serialized Form
| Methods inherited from class org.lsst.ccs.bus.BusMessage |
getDetailLevel, getMessageType, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStamp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandAckOrReply
public CommandAckOrReply()
CommandAckOrReply
public CommandAckOrReply(Command command,
String origin)
getCorrelId
public String getCorrelId()
setCorrelId
public void setCorrelId(String correlId)
getOriginalCommand
public Command getOriginalCommand()
setOriginalCommand
public void setOriginalCommand(Command originalCommand)
getDestination
public String getDestination()
setDestination
public void setDestination(String destination)
Copyright © 2013 LSST. All Rights Reserved.