org.lsst.ccs.bus
Class CommandAck

java.lang.Object
  extended by org.lsst.ccs.bus.BusMessage
      extended by org.lsst.ccs.bus.CommandAckOrReply
          extended by org.lsst.ccs.bus.CommandAck
All Implemented Interfaces:
Serializable, BusPayload, CommandBusMessage

public class CommandAck
extends CommandAckOrReply

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.lsst.ccs.bus.BusMessage
detailLevel, origin, priorityLevel, summary, timeStamp
 
Constructor Summary
CommandAck()
           
CommandAck(Command command, String origin)
           
 
Method Summary
 String getMessageType()
           
 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

CommandAck

public CommandAck()

CommandAck

public CommandAck(Command command,
                  String origin)
Method Detail

getMessageType

public String getMessageType()
Specified by:
getMessageType in class BusMessage

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 LSST. All Rights Reserved.