|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.james.transport.mailets.listservcommands.BaseCommand org.apache.james.transport.mailets.listservcommands.Owner
public class Owner
This command will send email to the current owner(s) of this mailing list
Field Summary | |
---|---|
protected java.util.List |
m_listOwner
|
Fields inherited from class org.apache.james.transport.mailets.listservcommands.BaseCommand |
---|
commandListservManager, commandName, configuration, mailetContext |
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 |
Field Detail |
---|
protected java.util.List m_listOwner
Constructor Detail |
---|
public Owner()
Method Detail |
---|
public void init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.configuration.ConfigurationException
init
in interface IListServCommand
init
in class BaseCommand
configuration
-
org.apache.avalon.framework.configuration.ConfigurationException
public void onCommand(Mail mail) throws javax.mail.MessagingException
mail
-
javax.mail.MessagingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |