org.lsst.ccs.bus
Class StatusForEnd
java.lang.Object
org.lsst.ccs.bus.BusMessage
org.lsst.ccs.bus.Status
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
| Fields inherited from class org.lsst.ccs.bus.Status |
state |
StatusForEnd
public StatusForEnd(String configurationName,
String tag)
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 © 2013 LSST. All Rights Reserved.