org.lsst.ccs.bus
Class CommandAckOrReply

java.lang.Object
  extended by org.lsst.ccs.bus.BusMessage
      extended by 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

Field Summary
 
Fields inherited from class org.lsst.ccs.bus.BusMessage
detailLevel, origin, priorityLevel, summary, timeStamp
 
Constructor Summary
CommandAckOrReply()
           
CommandAckOrReply(Command command, String origin)
           
 
Method Summary
 String getCorrelId()
           
 String getDestination()
           
 Command getOriginalCommand()
           
 void setCorrelId(String correlId)
           
 void setDestination(String destination)
           
 void setOriginalCommand(Command originalCommand)
           
 
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
 

Constructor Detail

CommandAckOrReply

public CommandAckOrReply()

CommandAckOrReply

public CommandAckOrReply(Command command,
                         String origin)
Method Detail

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 © 2012 LSST. All Rights Reserved.