|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.bus.BusMessage
org.lsst.ccs.bus.Status
org.lsst.ccs.bus.DataStatus
org.lsst.ccs.bus.TrendingStatus
public class TrendingStatus
A special status publishing a name/value pair on the status bus
Though it extends DataStatus the main purpose is slightly different.
| Field Summary |
|---|
| Fields inherited from class org.lsst.ccs.bus.DataStatus |
|---|
value |
| 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 | |
|---|---|
TrendingStatus()
|
|
TrendingStatus(DataValueNotification value)
|
|
TrendingStatus(List<? extends ValueNotification> list)
|
|
TrendingStatus(Object value)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
dummy()
|
Object |
getData()
gets the data content but throws an Excepton if the object cannot be deserialized |
String |
getDataClassName()
what is the class of the contained data? Developers of subclasses should override this method. |
Map<String,ObjectNType> |
getTrendingMap()
Map of Trending key/values: the values are itself of type ObjectNType so you can get the real type to be used. |
Object |
getValue()
Deprecated. |
boolean |
isOfPrimitiveType()
is the content to be considered of a primitive type? Developers of subclasses should override this method. |
boolean |
isOfWellKnownType()
is the content of a "Well known type" as defined in ObjectNType. |
void |
setValue(Object value)
Deprecated. |
String |
toString()
|
| Methods inherited from class org.lsst.ccs.bus.DataStatus |
|---|
contentString |
| 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 |
|---|
public TrendingStatus()
@Deprecated public TrendingStatus(Object value)
public TrendingStatus(DataValueNotification value)
public TrendingStatus(List<? extends ValueNotification> list)
| Method Detail |
|---|
public String dummy()
@Deprecated public Object getValue()
public Object getData()
throws ClassNotFoundException
DataStatus
getData in class DataStatusClassNotFoundExceptionpublic Map<String,ObjectNType> getTrendingMap()
@Deprecated public void setValue(Object value)
public boolean isOfWellKnownType()
DataStatus
isOfWellKnownType in class DataStatuspublic boolean isOfPrimitiveType()
DataStatus
isOfPrimitiveType in class DataStatuspublic String getDataClassName()
DataStatus
getDataClassName in class DataStatuspublic String toString()
toString in class DataStatus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||