|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.ccms.AlertManager
Central instance that implements a registry for all Alerts. Each Alert must
be registered in order to be checked and uploaded during Sync.
Alert
,
Serialized FormConstructor Summary | |
AlertManager()
|
Method Summary | |
static AlertManager |
getInstance()
Get the singleton instance of the AlertManager |
abstract boolean |
isRegistered(java.lang.String anAlert)
Check if an alert is already registered |
abstract void |
register(Alert anAlert)
Register an alert |
abstract boolean |
removeAlert(Alert anAlert)
Remove an alert from the registry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AlertManager()
Method Detail |
public static AlertManager getInstance()
public abstract void register(Alert anAlert)
public abstract boolean isRegistered(java.lang.String anAlert)
public abstract boolean removeAlert(Alert anAlert)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |