Package | Description |
---|---|
org.rvpf.service |
Service helper classes.
|
org.rvpf.service.som |
Service helper classes (SOM).
|
Modifier and Type | Class and Description |
---|---|
static class |
Alerter.Abstract
Abstract alerter.
|
class |
NullAlerter
Null alerter.
|
Modifier and Type | Method and Description |
---|---|
Alerter |
ServiceImpl.getAlerter()
Gets the alerter.
|
Alerter |
Service.getAlerter()
Gets the alerter.
|
static Alerter |
Alerter.Factory.getAnAlerter(Config config,
Thread.UncaughtExceptionHandler owner)
Gets an alerter.
|
Modifier and Type | Method and Description |
---|---|
Optional<Alerter> |
Alerter.getActiveInstance()
Gets the active instance.
|
Optional<Alerter> |
Alerter.Abstract.getActiveInstance()
Gets the active instance.
|
Optional<Alerter> |
Alerter.SharedContext.getSharedAlerter()
Gets the shared alerter.
|
Modifier and Type | Method and Description |
---|---|
void |
Alerter.SharedContext.setSharedAlerter(Optional<Alerter> sharedAlerter)
Sets the shared alerter.
|
Modifier and Type | Class and Description |
---|---|
class |
SOMAlerter
SOM alerter.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.