public final class SOMNotifier extends Notifier.Abstract
Notifier.Abstract| Modifier and Type | Field and Description |
|---|---|
static String |
QUEUE_PROPERTIES
The specification of the store's notifier's queue.
|
NOTIFIED_TRACES| Constructor and Description |
|---|
SOMNotifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this notifier.
|
void |
commit()
Commits the pending notices.
|
protected boolean |
doNotify(PointValue pointValue)
Does notify of a new Point value.
|
boolean |
setUp(StoreServiceAppImpl storeAppImpl)
Sets up for processing.
|
void |
start()
Starts this.
|
void |
tearDown()
Tears down what has been set up.
|
addTime, getNoticeCount, getStoreAppImpl, getThisLogger, isClosed, join, notify, setFilterpublic static final String QUEUE_PROPERTIES
public void close()
close in interface Notifierclose in class Notifier.Abstractpublic void commit()
throws InterruptedException
commit in interface NoticeListenercommit in class Notifier.AbstractInterruptedException - When the Service is stopped.public boolean setUp(StoreServiceAppImpl storeAppImpl)
setUp in interface NotifiersetUp in class Notifier.AbstractstoreAppImpl - The store application implementation.public void start()
start in interface Notifierstart in class Notifier.Abstractpublic void tearDown()
tearDown in interface NotifiertearDown in class Notifier.Abstractprotected boolean doNotify(PointValue pointValue) throws InterruptedException
doNotify in class Notifier.AbstractpointValue - The Point value.InterruptedException - When the Service is stopped.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.