public final class NullNotifier extends Notifier.Abstract
Notifier.AbstractNOTIFIED_TRACES| Constructor and Description |
|---|
NullNotifier() |
| 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 |
tearDown()
Tears down what has been set up.
|
addTime, getNoticeCount, getStoreAppImpl, getThisLogger, isClosed, join, notify, setFilter, startpublic void close()
close in interface Notifierclose in class Notifier.Abstractpublic void commit()
commit in interface NoticeListenercommit in class Notifier.Abstractpublic boolean setUp(StoreServiceAppImpl storeAppImpl)
setUp in interface NotifiersetUp in class Notifier.AbstractstoreAppImpl - The store application implementation.public void tearDown()
tearDown in interface NotifiertearDown in class Notifier.Abstractprotected boolean doNotify(PointValue pointValue)
doNotify in class Notifier.AbstractpointValue - The Point value.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.