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, getThisLoggergetLogIDpublic static final String QUEUE_PROPERTIES
public void notify(PointValue[] notices) throws InterruptedException
notify in class NoticeContextnotices - The point values.InterruptedException - When the Service is stopped.public boolean setUp(Metadata metadata, KeyedGroups contextProperties)
setUp in class NoticeContextmetadata - The metadata.contextProperties - The context properties.public void tearDown()
tearDown in class NoticeContextCopyright © 2003-2019 Serge Brisson. All Rights Reserved.