org.codehaus.plexus.notification.notifier
Class AbstractNotifier

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.plexus.notification.notifier.AbstractNotifier
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, Notifier

public abstract class AbstractNotifier
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements Notifier

Version:
$Id: AbstractNotifier.java 2219 2005-07-08 21:23:44Z evenisse $
Author:
Emmanuel Venisse

Field Summary
 
Fields inherited from interface org.codehaus.plexus.notification.notifier.Notifier
ROLE
 
Constructor Summary
AbstractNotifier()
           
 
Method Summary
 void sendNotification(java.lang.String messageId, java.util.Set recipients, java.util.Map context)
           
 void sendNotification(java.lang.String messageId, java.util.Set recipients, 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
 
Methods inherited from interface org.codehaus.plexus.notification.notifier.Notifier
sendNotification, sendNotification
 

Constructor Detail

AbstractNotifier

public AbstractNotifier()
Method Detail

sendNotification

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

sendNotification

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


Copyright © 2001-2007 Codehaus. All Rights Reserved.