- getClassName() - Method in class org.lsst.ccs.bus.ObjectNType
-
the name of the class of the contained Object.
- getCommand() - Method in class org.lsst.ccs.bus.Command
-
- getConfigurationName() - Method in class org.lsst.ccs.bus.StatusForEnd
-
- getConfigurationName() - Method in class org.lsst.ccs.bus.StatusForStart
-
- getContent() - Method in class org.lsst.ccs.bus.DataStatus2
-
- getContent() - Method in class org.lsst.ccs.bus.LogEvent
-
- getContentAsList() - Method in class org.lsst.ccs.bus.KeyData
-
returns a list of key-values that can be directly used byt a trending database:
each key (the name of fields in a composite object) is prepended with the actual key
of this object (if overall key is "position" you may get something like "position.x" and "position.y"
as keys in the list)
- getContentAsRawList() - Method in class org.lsst.ccs.bus.KeyData
-
- getCorrelId() - Method in class org.lsst.ccs.bus.Command
-
- getCorrelId() - Method in class org.lsst.ccs.bus.CommandAckOrReply
-
- getCrystallizedData() - Method in class org.lsst.ccs.bus.KeyData
-
Big objects can be kept in database as Blobs.
- getData() - Method in class org.lsst.ccs.bus.DataCapsule
-
- getData() - Method in class org.lsst.ccs.bus.DataStatus
-
gets the data content but throws an Excepton if the object cannot be deserialized
- getData() - Method in class org.lsst.ccs.bus.DataValueNotification
-
Deprecated.
- getData() - Method in class org.lsst.ccs.bus.ObjectNType
-
return the data contained in a safe way: if the class of the stored Object is not in the ClassPath
an Exception is thrown
- getData() - Method in class org.lsst.ccs.bus.TrendingStatus
-
- getData() - Method in class org.lsst.ccs.bus.ValueNotification
-
- getDataClassName() - Method in class org.lsst.ccs.bus.DataStatus
-
what is the class of the contained data?
Developers of subclasses should override this method.
- getDataClassName() - Method in class org.lsst.ccs.bus.TrendingStatus
-
- getDataName() - Method in class org.lsst.ccs.bus.MetadataStatus
-
- getDataTimestamp() - Method in class org.lsst.ccs.bus.DataStatus2
-
- getDestination() - Method in class org.lsst.ccs.bus.Command
-
The command destination : subsystem name or "*"
- getDestination() - Method in class org.lsst.ccs.bus.CommandAckOrReply
-
- getDetailLevel() - Method in class org.lsst.ccs.bus.BusMessage
-
- getKey() - Method in class org.lsst.ccs.bus.Command
-
Key used for lock and arbitration.
- getKey() - Method in class org.lsst.ccs.bus.KeyData
-
- getMessageType() - Method in class org.lsst.ccs.bus.Alarm
-
- getMessageType() - Method in class org.lsst.ccs.bus.AlarmClear
-
- getMessageType() - Method in class org.lsst.ccs.bus.BusMessage
-
- getMessageType() - Method in class org.lsst.ccs.bus.Command
-
- getMessageType() - Method in class org.lsst.ccs.bus.CommandAck
-
- getMessageType() - Method in class org.lsst.ccs.bus.CommandReply
-
- getMessageType() - Method in class org.lsst.ccs.bus.LogEvent
-
- getMessageType() - Method in class org.lsst.ccs.bus.Status
-
- getMetadataName() - Method in class org.lsst.ccs.bus.MetadataStatus
-
- getMetadataValue() - Method in class org.lsst.ccs.bus.MetadataStatus
-
- getName() - Method in class org.lsst.ccs.bus.ValueNotification
-
- getObjectNType() - Method in class org.lsst.ccs.bus.DataValueNotification
-
- getOrigin() - Method in class org.lsst.ccs.bus.BusMessage
-
the origin subsystem
- getOriginalCommand() - Method in class org.lsst.ccs.bus.CommandAckOrReply
-
Deprecated.
- getPair(String) - Method in class org.lsst.ccs.bus.KVList
-
not extremely efficient way to retrieve an element
- getParameters() - Method in class org.lsst.ccs.bus.Command
-
- getPriorityLevel() - Method in class org.lsst.ccs.bus.BusMessage
-
- getRawData() - Method in class org.lsst.ccs.bus.ObjectNType
-
gets the content "as is" (without deserializing)
- getRawValue() - Method in class org.lsst.ccs.bus.KeyData
-
- getRealData() - Method in class org.lsst.ccs.bus.DataValueNotification
-
to be used to retrieve the contained data.
- getReason() - Method in class org.lsst.ccs.bus.NegativeAck
-
- getReply() - Method in class org.lsst.ccs.bus.CommandReply
-
- getState() - Method in class org.lsst.ccs.bus.Status
-
- getStatus() - Method in class org.lsst.ccs.bus.CommandReply
-
- getSummary() - Method in class org.lsst.ccs.bus.BusMessage
-
a summary string
- getTag() - Method in class org.lsst.ccs.bus.StatusForEnd
-
- getTag() - Method in class org.lsst.ccs.bus.StatusForStart
-
- getTimeStamp() - Method in class org.lsst.ccs.bus.BusMessage
-
timestamp, in milliseconds since 1970
- getTrendingDesc() - Method in class org.lsst.ccs.bus.PreparedTrendingStatus
-
- getTrendingMap() - Method in class org.lsst.ccs.bus.DataValueNotification
-
Map of Trending key/values: the values are itself of type
ObjectNType so you can get the real type to be used.
- getTrendingMap() - Method in class org.lsst.ccs.bus.TrendingStatus
-
Map of Trending key/values: the values are itself of type
ObjectNType so you can get the real type to be used.
- gettStamp() - Method in class org.lsst.ccs.bus.ValueNotification
-
- getUpdatedKey(String) - Method in class org.lsst.ccs.bus.KeyData
-
- getValue() - Method in class org.lsst.ccs.bus.KeyData
-
returns the value of the contained object if its class is accessible to the current
ClassLoader.
- getValue() - Method in class org.lsst.ccs.bus.TrendingStatus
-
Deprecated.