- getBasicCommand() - Method in class org.lsst.ccs.bus.messages.CommandRequest
-
- getCommand() - Method in class org.lsst.ccs.bus.messages.CommandReply
-
- getCommandOriginatorId() - Method in class org.lsst.ccs.bus.messages.CommandReply
-
- getCommandOriginatorId() - Method in class org.lsst.ccs.bus.messages.CommandRequest
-
Get the CommandOriginator Id for this CommandRequest.
- getConfigurationName() - Method in class org.lsst.ccs.bus.messages.StatusForEnd
-
- getConfigurationName() - Method in class org.lsst.ccs.bus.messages.StatusForStart
-
- getContent() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
-
- getContentAsList() - Method in class org.lsst.ccs.bus.messages.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.messages.KeyData
-
- getCorrelId() - Method in class org.lsst.ccs.bus.messages.CommandMessage
-
The correlationId of this CommandMessage.
- getCrystallizedData() - Method in class org.lsst.ccs.bus.messages.KeyData
-
Big objects can be kept in database as Blobs.
- getDataName() - Method in class org.lsst.ccs.bus.messages.MetadataStatus
-
- getDataTimestamp() - Method in class org.lsst.ccs.bus.messages.EncodedDataStatus
-
- getDestination() - Method in class org.lsst.ccs.bus.messages.CommandMessage
-
The destination of the CommandMessage.
- getFormattedDetails() - Method in class org.lsst.ccs.bus.messages.LogMessage
-
- getKey() - Method in class org.lsst.ccs.bus.messages.KeyData
-
- getLevel() - Method in class org.lsst.ccs.bus.messages.LogMessage
-
- getLoggerName() - Method in class org.lsst.ccs.bus.messages.LogMessage
-
- getMetadataName() - Method in class org.lsst.ccs.bus.messages.MetadataStatus
-
- getMetadataValue() - Method in class org.lsst.ccs.bus.messages.MetadataStatus
-
- getName() - Method in class org.lsst.ccs.bus.messages.AgentInfo
-
- getOriginAgentInfo() - Method in class org.lsst.ccs.bus.messages.BusMessage
-
The Origin of the BusMessage, the bus registration name of the Agent from which it
originated.
- getPair(String) - Method in class org.lsst.ccs.bus.messages.KVList
-
not extremely efficient way to retrieve an element
- getPlot(String) - Method in class org.lsst.ccs.bus.messages.AidaPlots
-
- getPlots() - Method in class org.lsst.ccs.bus.messages.AidaPlots
-
- getPreviousState() - Method in class org.lsst.ccs.bus.messages.StateChangeNotification
-
- getRawValue() - Method in class org.lsst.ccs.bus.messages.KeyData
-
- getReason() - Method in class org.lsst.ccs.bus.messages.CommandError
-
The reason for the refusal.
- getReason() - Method in class org.lsst.ccs.bus.messages.CommandNack
-
The reason for the refusal.
- getReply() - Method in class org.lsst.ccs.bus.messages.CommandReply
-
- getResult() - Method in class org.lsst.ccs.bus.messages.CommandResult
-
Get the result of the CommandRequest execution.
- getSourceName() - Method in class org.lsst.ccs.bus.messages.LogMessage
-
- getState() - Method in class org.lsst.ccs.bus.messages.PublishedState
-
The the Agent's internal state contained in this object.
- getState() - Method in class org.lsst.ccs.bus.messages.StatusMessage
-
Get the PublishedState object that contains the Agent's internal state
at the moment the StatusMessage was published.
- getStatusBroadcastPeriod() - Method in class org.lsst.ccs.bus.messages.HeartBeatStatus
-
- getSummary() - Method in class org.lsst.ccs.bus.messages.BusMessage
-
The summary string for this BusMessage.
- getTag() - Method in class org.lsst.ccs.bus.messages.StatusForEnd
-
- getTag() - Method in class org.lsst.ccs.bus.messages.StatusForStart
-
- getThreadName() - Method in class org.lsst.ccs.bus.messages.LogMessage
-
- getTimeStamp() - Method in class org.lsst.ccs.bus.messages.BusMessage
-
Get the timestamp associated to this BusMessage.
- getType() - Method in class org.lsst.ccs.bus.messages.AgentInfo
-
- getUpdatedKey(String) - Method in class org.lsst.ccs.bus.messages.KeyData
-
- getValue() - Method in class org.lsst.ccs.bus.messages.KeyData
-
returns the value of the contained object if its class is accessible to the current
ClassLoader.