org.codehaus.plexus.notification.notifier
Class AbstractNotifier
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.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
Fields inherited from interface org.codehaus.plexus.notification.notifier.Notifier |
ROLE |
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 |
AbstractNotifier
public AbstractNotifier()
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.