org.codehaus.plexus.notification
Class AbstractRecipientSource

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

public abstract class AbstractRecipientSource
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements RecipientSource

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

Field Summary
 
Fields inherited from interface org.codehaus.plexus.notification.RecipientSource
ROLE
 
Constructor Summary
AbstractRecipientSource()
           
 
Method Summary
 java.util.Set getRecipients(java.lang.String notifierType, java.lang.String messageId, java.util.Map context)
           
 java.util.Set getRecipients(java.lang.String notifierType, 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
 
Methods inherited from interface org.codehaus.plexus.notification.RecipientSource
getRecipients
 

Constructor Detail

AbstractRecipientSource

public AbstractRecipientSource()
Method Detail

getRecipients

public java.util.Set getRecipients(java.lang.String notifierType,
                                   java.lang.String messageId,
                                   java.util.Map context)
                            throws NotificationException
Specified by:
getRecipients in interface RecipientSource
Throws:
NotificationException
See Also:
RecipientSource.getRecipients(java.lang.String, java.lang.String, java.util.Map)

getRecipients

public java.util.Set getRecipients(java.lang.String notifierType,
                                   java.lang.String messageId,
                                   java.util.Properties configuration,
                                   java.util.Map context)
                            throws NotificationException
Specified by:
getRecipients in interface RecipientSource
Throws:
NotificationException
See Also:
RecipientSource.getRecipients(java.lang.String, java.lang.String, java.util.Properties, java.util.Map)


Copyright © 2001-2007 Codehaus. All Rights Reserved.