|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationManager
A very simple notification management service.
| Method Summary | |
|---|---|
void |
notify(java.lang.String key,
java.util.List addresses,
java.util.Map<java.lang.String,java.lang.Object> params)
Notify a message to the given List of adresses. |
void |
notify(java.lang.String key,
java.util.Map<java.lang.String,java.lang.Object> params)
Notify a message. |
| Method Detail |
|---|
void notify(java.lang.String key,
java.util.Map<java.lang.String,java.lang.Object> params)
throws NotificationException
key - The not-null not-emtpy valid message keyparams - The not-null maybe-empty Map instance with
not-null not-empty String keys and not-null values.
NotificationException
void notify(java.lang.String key,
java.util.List addresses,
java.util.Map<java.lang.String,java.lang.Object> params)
throws NotificationException
key - The not-null not-emtpy valid message key.addresses - A not-null maybe-empty List instance of
not-null String instances representing valid addresses for
the notification framework being used.params - The not-null maybe-empty Map instance with
not-null not-empty String keys and not-null values.
NotificationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||