- sendCommand(Command) - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
sends a command message to all destinations.
- sendCommand(Command) - Method in class org.lsst.ccs.bus.BusMessagingFactory
-
Deprecated.
- sendCommand(Command) - Method in class org.lsst.ccs.bus.MessagingFactory
-
- sendLogEvent(LogEvent) - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
broadcasts a log message.
- sendLogEvent(LogEvent) - Method in class org.lsst.ccs.bus.BusMessagingFactory
-
Deprecated.
- sendLogEvent(LogEvent) - Method in class org.lsst.ccs.bus.MessagingFactory
-
- sendMessage(String, Bus<T>, T, String...) - Method in interface org.lsst.ccs.bus.BusMessagingLayer
-
sends a message on a bus: note that BusMessage should have sender and
destination information but it is not the role of the communication layer
to parse destination information such as "subsystem1, subsystem2" or
"subsystem3/module"a.
- sendStatus(Status) - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
broadcasts a status message.
- sendStatus(Status) - Method in class org.lsst.ccs.bus.BusMessagingFactory
-
Deprecated.
- sendStatus(Status) - Method in class org.lsst.ccs.bus.MessagingFactory
-
- SerializedDataStatusListener - Interface in org.lsst.ccs.bus
-
- setAggregate(String, int, int) - Method in class org.lsst.ccs.bus.StatusAggregator
-
Configures the StatusAgregator to monitor a given data.
- setAggregatePattern(String, int, int) - Method in class org.lsst.ccs.bus.StatusAggregator
-
Configures the StatusAgregator to monitor all the data which
name matches a regex pattern.
- setAggregatePattern(Pattern, int, int) - Method in class org.lsst.ccs.bus.StatusAggregator
-
Configures the StatusAgregator to monitor all the data which
name matches a regex pattern.
- setLogDelay(long) - Static method in class org.lsst.ccs.bus.DefaultLogMembershipListener
-
- setMembershipListener(BusMembershipListener, Bus...) - Method in interface org.lsst.ccs.bus.ProvidesDisconnectionInformation
-
optional operation.
- shutdownBusAccess() - Method in class org.lsst.ccs.bus.MessagingFactory
-
- Statistics(double, double, double, double) - Constructor for class org.lsst.ccs.bus.StatusAggregator.Statistics
-
- StatusAggregator - Class in org.lsst.ccs.bus
-
A StatusAggregator listens to the status bus and keeps track in
memory of selected status data.
- StatusAggregator() - Constructor for class org.lsst.ccs.bus.StatusAggregator
-
- StatusAggregator.Statistics - Class in org.lsst.ccs.bus
-
Internal class, unmutable data structure with min, max, average and stddev.
- StatusAggregator.TimedValue - Class in org.lsst.ccs.bus
-
Internal class, unmutable data structure with name, timestamp and value.
- statusForSending(Status) - Method in class org.lsst.ccs.bus.MessagingApplicationLayer
-
- StatusListener - Interface in org.lsst.ccs.bus
-
to be implemented by codes that want to receive all status messages .
- StatusListens - Interface in org.lsst.ccs.bus
-
super-interface of all status listeners
- subsystemName - Variable in class org.lsst.ccs.bus.BusApplicationLayer
-