public class DataValueNotification extends ValueNotification
| Constructor and Description |
|---|
DataValueNotification(String name,
char val) |
DataValueNotification(String name,
Class classOfData,
Serializable object) |
DataValueNotification(String name,
double val) |
DataValueNotification(String name,
float val) |
DataValueNotification(String name,
int val) |
DataValueNotification(String name,
Serializable object) |
DataValueNotification(String name,
Serializable object,
long tStamp) |
DataValueNotification(ValueNotification notification) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Deprecated.
|
ObjectNType |
getObjectNType() |
Object |
getRealData()
to be used to retrieve the contained data.
|
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.
|
boolean |
isOfPrimitiveType() |
boolean |
isOfWellKnownType() |
String |
toString() |
getName, gettStamppublic DataValueNotification(String name, Serializable object, long tStamp)
public DataValueNotification(String name, Serializable object)
public DataValueNotification(String name, Class classOfData, Serializable object)
public DataValueNotification(String name, int val)
public DataValueNotification(String name, double val)
public DataValueNotification(String name, float val)
public DataValueNotification(String name, char val)
public DataValueNotification(ValueNotification notification)
public boolean isOfWellKnownType()
public boolean isOfPrimitiveType()
public Map<String,ObjectNType> getTrendingMap()
public Object getRealData() throws ClassNotFoundException
ClassNotFoundException@Deprecated public Object getData()
getData in class ValueNotificationpublic ObjectNType getObjectNType()
public String toString()
toString in class ValueNotificationCopyright © 2014 LSST. All Rights Reserved.