org.lsst.ccs.bus
Class StatusForEnd

java.lang.Object
  extended by org.lsst.ccs.bus.BusMessage
      extended by org.lsst.ccs.bus.Status
          extended by org.lsst.ccs.bus.StatusForEnd
All Implemented Interfaces:
Serializable, BusPayload

public class StatusForEnd
extends Status

Represents a special status message for notifications of the end of execution of susbsystem with name/configuration/tag. this message may be lost. TODO: check if this is to be merged with normal heartBeat status

Author:
bamade
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.lsst.ccs.bus.Status
state
 
Fields inherited from class org.lsst.ccs.bus.BusMessage
detailLevel, origin, priorityLevel, summary, timeStamp
 
Constructor Summary
StatusForEnd(String configurationName, String tag)
           
 
Method Summary
 String getConfigurationName()
           
 String getTag()
           
 boolean isInTestContext()
           
 void setInTestContext(boolean inTestContext)
           
 String toString()
           
 
Methods inherited from class org.lsst.ccs.bus.Status
getMessageType, getState, setState
 
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

StatusForEnd

public StatusForEnd(String configurationName,
                    String tag)
Method Detail

getConfigurationName

public String getConfigurationName()

getTag

public String getTag()

isInTestContext

public boolean isInTestContext()

setInTestContext

public void setInTestContext(boolean inTestContext)

toString

public String toString()
Overrides:
toString in class Status


Copyright © 2012 LSST. All Rights Reserved.