de.jw.cloud42.core.eventing.notification
Class NotificationManager

java.lang.Object
  extended by de.jw.cloud42.core.eventing.notification.NotificationManager

public class NotificationManager
extends java.lang.Object

This class provides a static method to start the notification process.

Author:
fbitzer

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

NotificationManager

public NotificationManager()
Method Detail

notifySubscribers

public static void notifySubscribers(Message message)
Notifies all stored subscribers.

Parameters:
message - the notification message. Each subscriber transforms this message to its own format (e.g. a SOAP message) before sending.


Copyright © 2010 just works! Software. All Rights Reserved.