Public Member Functions | |
NotificationChannelSuscription (String channelName, ContainerServices cServices) throws alma.acs.exceptions.AcsJException | |
void | push_structured_event (StructuredEvent stEvent) throws org.omg.CosEventComm.Disconnected |
String | getChannelName () |
Private Member Functions | |
void | saveSampledData (long time, double value) |
Private Attributes | |
LinkedBlockingQueue< DataItem > | cChannel = null |
ContainerServices | cServices |
|
Notifies the subscription to the channel service.
|
|
Returns the name of the channel. |
|
Saves a log with information about time and value of the sampled data.
Reimplemented from alma::acs::nc::Consumer.
|
|
|
|
|
|
|