org.codehaus.plexus.notification
Class DefaultNotificationDispatcher
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.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
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 |
DefaultNotificationDispatcher
public DefaultNotificationDispatcher()
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.