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