public final class SOMNotifier extends NoticeContext
Modifier and Type | Field and Description |
---|---|
static String |
QUEUE_PROPERTIES
The queue properties.
|
Constructor and Description |
---|
SOMNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
notify(PointValue[] notices)
Queues the supplied point values.
|
boolean |
setUp(Metadata metadata,
KeyedGroups contextProperties)
Sets up this.
|
void |
tearDown()
Tears down what has been set up.
|
getMetadata, getThisLogger
getLogID
public static final String QUEUE_PROPERTIES
public void notify(PointValue[] notices) throws InterruptedException
notify
in class NoticeContext
notices
- The point values.InterruptedException
- When the Service is stopped.public boolean setUp(Metadata metadata, KeyedGroups contextProperties)
setUp
in class NoticeContext
metadata
- The metadata.contextProperties
- The context properties.public void tearDown()
tearDown
in class NoticeContext
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.