|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jw.cloud42.core.eventing.notification.NotificationManager
public class NotificationManager
This class provides a static method to start the notification process.
| Constructor Summary | |
|---|---|
NotificationManager()
|
|
| Method Summary | |
|---|---|
static void |
notifySubscribers(Message message)
Notifies all stored subscribers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationManager()
| Method Detail |
|---|
public static void notifySubscribers(Message message)
message - the notification message. Each subscriber transforms this message to its own format (e.g. a
SOAP message) before sending.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||