org.codehaus.plexus.notification
Class DefaultNotificationDispatcher

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.plexus.notification.DefaultNotificationDispatcher
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, NotificationDispatcher

public class DefaultNotificationDispatcher
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements NotificationDispatcher

Version:
$Id: DefaultNotificationDispatcher.java 2113 2005-06-14 23:35:58Z evenisse $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.notification.NotificationDispatcher
ROLE
 
Constructor Summary
DefaultNotificationDispatcher()
           
 
Method Summary
 void sendNotification(java.lang.String messageId, java.util.Map context)
           
 void sendNotification(java.lang.String messageId, java.util.Map configuration, java.util.Map context)
           
 void sendNotification(java.lang.String messageId, java.util.Properties configuration)
           
 void sendNotification(java.lang.String messageId, java.util.Properties configuration, java.util.Map context)
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNotificationDispatcher

public DefaultNotificationDispatcher()
Method Detail

sendNotification

public void sendNotification(java.lang.String messageId,
                             java.util.Map context)
                      throws NotificationException
Specified by:
sendNotification in interface NotificationDispatcher
Throws:
NotificationException

sendNotification

public void sendNotification(java.lang.String messageId,
                             java.util.Properties configuration,
                             java.util.Map context)
                      throws NotificationException
Specified by:
sendNotification in interface NotificationDispatcher
Throws:
NotificationException

sendNotification

public void sendNotification(java.lang.String messageId,
                             java.util.Map configuration,
                             java.util.Map context)
                      throws NotificationException
Specified by:
sendNotification in interface NotificationDispatcher
Throws:
NotificationException

sendNotification

public void sendNotification(java.lang.String messageId,
                             java.util.Properties configuration)
                      throws NotificationException
Specified by:
sendNotification in interface NotificationDispatcher
Throws:
NotificationException


Copyright © 2001-2007 Codehaus. All Rights Reserved.