| Package | Description |
|---|---|
| org.lsst.ccs.bus.messages |
| Modifier and Type | Method and Description |
|---|---|
static EncodedDataStatus |
EncodedDataStatus.addData(EncodedDataStatus current,
long timeStamp,
String name,
Object value)
Static method that adds a new EncodedDataStatus(timestamp, name, value) to the current parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<EncodedDataStatus> |
EncodedDataStatus.iterator()
helps iterating over a list of linked status message.
|
| Modifier and Type | Method and Description |
|---|---|
static EncodedDataStatus |
EncodedDataStatus.addData(EncodedDataStatus current,
long timeStamp,
String name,
Object value)
Static method that adds a new EncodedDataStatus(timestamp, name, value) to the current parameter.
|
void |
EncodedDataStatus.addStatus(EncodedDataStatus next)
adds another status at the end of the linked list of status sent in a single message
|
void |
EncodedDataStatus.setNext(EncodedDataStatus next)
links another status next to this one (for sending a batch of status
in a single message)
|
Copyright © 2015 LSST. All rights reserved.