public final class NullAlerter extends Alerter.Abstract
Alerter.Abstract, Alerter.Factory, Alerter.Listener, Alerter.SharedContext| Constructor and Description |
|---|
NullAlerter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doSend(Alert alert)
Does send an alert.
|
protected boolean |
doSetUp()
Does set up the alerter.
|
protected void |
doTearDown()
Does tear down what has been set up.
|
boolean |
isEmbedded()
Asks if this alerter is embedded.
|
boolean |
isRunning()
Asks if this alerter is running.
|
boolean |
isStealth()
Gets the stealth indicator.
|
protected Alerter.SharedContext |
sharedContext()
Returns the shared context.
|
addListener, doStart, doStop, getActiveInstance, getAlerterProperties, getConfig, getConfigProperties, getOwner, getService, getThisLogger, isShared, notifyListeners, removeListener, send, setUp, start, stop, tearDownpublic boolean isEmbedded()
isEmbedded in interface AlerterisEmbedded in class Alerter.Abstractpublic boolean isRunning()
public boolean isStealth()
isStealth in interface AlerterisStealth in class Alerter.Abstractprotected void doSend(Alert alert)
doSend in class Alerter.Abstractalert - The alert.protected boolean doSetUp()
doSetUp in class Alerter.Abstractprotected void doTearDown()
doTearDown in class Alerter.Abstractprotected Alerter.SharedContext sharedContext()
sharedContext in class Alerter.AbstractCopyright © 2003-2019 Serge Brisson. All Rights Reserved.