org.codehaus.plexus.notification
Interface NotificationDispatcher
- All Known Implementing Classes:
- DefaultNotificationDispatcher
- public interface NotificationDispatcher
- Version:
- $Id: NotificationDispatcher.java 2113 2005-06-14 23:35:58Z evenisse $
- Author:
- Trygve Laugstøl
Field Summary |
static java.lang.String |
ROLE
|
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 message,
java.util.Properties configuration)
|
void |
sendNotification(java.lang.String messageId,
java.util.Properties configuration,
java.util.Map context)
|
ROLE
public static final java.lang.String ROLE
sendNotification
public void sendNotification(java.lang.String messageId,
java.util.Map context)
throws NotificationException
- Throws:
NotificationException
sendNotification
public void sendNotification(java.lang.String messageId,
java.util.Map configuration,
java.util.Map context)
throws NotificationException
- Throws:
NotificationException
sendNotification
public void sendNotification(java.lang.String messageId,
java.util.Properties configuration,
java.util.Map context)
throws NotificationException
- Throws:
NotificationException
sendNotification
public void sendNotification(java.lang.String message,
java.util.Properties configuration)
throws NotificationException
- Throws:
NotificationException
Copyright © 2001-2007 Codehaus. All Rights Reserved.