- getAgentInfo() - Method in class org.lsst.ccs.messaging.AgentMessagingLayer
-
- getAgentName() - Method in class org.lsst.ccs.messaging.AgentMessagingLayer
-
- getAgentPresenceManager() - Method in class org.lsst.ccs.messaging.AgentMessagingLayer
-
- getAllLast() - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the last values of all parameters monitored
- getAllLastTV() - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the last values of all parameters monitored, with their
timestamp.
- getAllStatistics() - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the statistics of all parameters monitored.
- getApplicationLayer() - Method in class org.lsst.ccs.messaging.AgentMessagingLayer
-
- getAverage(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the average (over the configured duration) for a given key.
- getAverage() - Method in class org.lsst.ccs.messaging.StatusAggregator.Statistics
-
- getBus() - Method in class org.lsst.ccs.messaging.MessagingAccessLayer.BusAccess
-
- getBusAccesses() - Method in class org.lsst.ccs.messaging.MessagingAccessLayer
-
This list of buses might be used by the messaging layer to determine on which buses
the associated agent has to be connected to.
- getConfig(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
- getConnection(String, String) - Static method in class org.lsst.ccs.messaging.TransportManager
-
- getHistory(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the history (over the configured duration) for a given key.
- getInstance(String, String) - Method in class org.lsst.ccs.messaging.TransportManager
-
- getLast(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the last value seen for a given key (which has to be monitored)
- getLastTV(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the last value seen for a given key (which has to be monitored)
- getMax(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the max (over the configured duration) for a given key.
- getMax() - Method in class org.lsst.ccs.messaging.StatusAggregator.Statistics
-
- getMin(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the min (over the configured duration) for a given key.
- getMin() - Method in class org.lsst.ccs.messaging.StatusAggregator.Statistics
-
- getName() - Method in class org.lsst.ccs.messaging.MessagingAccessLayer
-
This name must be unique as it is used by the messaging layer to send or
dispatch messages.
- getName() - Method in class org.lsst.ccs.messaging.StatusAggregator.TimedValue
-
- getRegisteredLocalAgents(Bus...) - Method in interface org.lsst.ccs.messaging.BusMessagingLayer
-
Get the list of local agents currently connected to the buses.
- getRegisteredLocalAgents() - Method in interface org.lsst.ccs.messaging.BusMessagingLayer
-
Get the list of local agents currently connected to all buses.
- getStatistics(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns statistics (over the configured duration) for a given key.
- getStdDev(String) - Method in class org.lsst.ccs.messaging.StatusAggregator
-
returns the stddev (over the configured duration) for a given key.
- getStddev() - Method in class org.lsst.ccs.messaging.StatusAggregator.Statistics
-
- gettStamp() - Method in class org.lsst.ccs.messaging.StatusAggregator.TimedValue
-
- getValue() - Method in class org.lsst.ccs.messaging.StatusAggregator.TimedValue
-