| Package | Description |
|---|---|
| org.lsst.ccs.bus |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataStatusListener |
interface |
EncodedStatusListens
Marker super-interface of all interfaces describing EncodedDataStatus handling.
|
interface |
KeyValueStatusListener |
interface |
NoDataStatusListener
This marker interface is used by a StatusListener to tell the system it does
not handle EncodedDataStatus Objects
|
interface |
SerializedDataStatusListener |
interface |
StatusListener
to be implemented by codes that want to receive all status messages .
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatusAggregator
A StatusAggregator listens to the status bus and keeps track in
memory of selected status data.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MessagingFactory.addStatusListener(StatusListens l) |
void |
BusApplicationLayer.addStatusListener(StatusListens l)
registers a StatusListener (in fact a ForwarderToStatus to the underlying transport)
|
void |
BusMessagingFactory.addStatusListener(StatusListens l) |
abstract void |
MessagingFactory.addStatusListener(StatusListens l,
String selector) |
void |
BusMessagingFactory.addStatusListener(StatusListens l,
String selector) |
abstract void |
MessagingFactory.removeStatusListener(StatusListens l) |
void |
BusApplicationLayer.removeStatusListener(StatusListens l) |
void |
BusMessagingFactory.removeStatusListener(StatusListens l) |
| Constructor and Description |
|---|
BusApplicationLayer.ForwarderToStatus(StatusListens listener) |
Copyright © 2014 LSST. All Rights Reserved.