org.jboss.soa.esb.notification
Class NotifyConsole

java.lang.Object
  extended by org.jboss.soa.esb.notification.NotificationTarget
      extended by org.jboss.soa.esb.notification.NotifyConsole

public class NotifyConsole
extends NotificationTarget


Field Summary
 
Fields inherited from class org.jboss.soa.esb.notification.NotificationTarget
m_oParms, PRM_NOTIF_CLASS
 
Constructor Summary
NotifyConsole(ConfigTree tree)
           
 
Method Summary
 void sendNotification(Message message)
          Derived classes must implement this method to do what has to be done to trigger that specific type of notification event
 
Methods inherited from class org.jboss.soa.esb.notification.NotificationTarget
fromParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyConsole

public NotifyConsole(ConfigTree tree)
Method Detail

sendNotification

public void sendNotification(Message message)
                      throws NotificationException
Description copied from class: NotificationTarget
Derived classes must implement this method to do what has to be done to trigger that specific type of notification event

Specified by:
sendNotification in class NotificationTarget
Parameters:
message - Object - The toString() method of this object will be the actual notification content
Throws:
NotificationException - - invoke Exception.getMessage() at runtime for this object
See Also:
ConfigTree