org.apache.james.transport.mailets.listservcommands
Class Owner
java.lang.Object
org.apache.james.transport.mailets.listservcommands.BaseCommand
org.apache.james.transport.mailets.listservcommands.Owner
- All Implemented Interfaces:
- IListServCommand
- public class Owner
- extends BaseCommand
This command will send email to the current owner(s) of this mailing list
- Since:
- 2.2.0
- Version:
- CVS $Revision: 365582 $ $Date: 2006-01-03 03:51:21 -0500 (Tue, 03 Jan 2006) $
Constructor Summary |
Owner()
|
Method Summary |
void |
init(ICommandListservManager commandListservManager,
org.apache.avalon.framework.configuration.Configuration configuration)
Perform any required initialization |
void |
onCommand(Mail mail)
Process this command to your hearts content |
Methods inherited from class org.apache.james.transport.mailets.listservcommands.BaseCommand |
generateMail, getCommandListservManager, getCommandName, getConfiguration, getMailetContext, getStandardProperties, getUsersRepository, initXMLResources, log, log, sendStandardReply |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_listOwner
protected List m_listOwner
Owner
public Owner()
init
public void init(ICommandListservManager commandListservManager,
org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Perform any required initialization
- Specified by:
init
in interface IListServCommand
- Overrides:
init
in class BaseCommand
- Parameters:
configuration
-
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
onCommand
public void onCommand(Mail mail)
throws MessagingException
- Process this command to your hearts content
- Parameters:
mail
-
- Throws:
MessagingException
"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."