Uses of Interface
org.apache.james.transport.mailets.ICommandListservManager

Packages that use ICommandListservManager
org.apache.james.transport.mailets Core mailets for use with the Mailet API. 
org.apache.james.transport.mailets.listservcommands   
 

Uses of ICommandListservManager in org.apache.james.transport.mailets
 

Classes in org.apache.james.transport.mailets that implement ICommandListservManager
 class CommandListservManager
          CommandListservManager is the default implementation of ICommandListservManager.
 

Fields in org.apache.james.transport.mailets declared as ICommandListservManager
protected  ICommandListservManager CommandListservProcessor.commandListservManager
          The list serv manager
protected  ICommandListservManager CommandListservFooter.commandListservManager
          The list serv manager
 

Methods in org.apache.james.transport.mailets that return ICommandListservManager
protected  ICommandListservManager CommandListservProcessor.getCommandListservManager()
          lazy retrieval
 

Constructors in org.apache.james.transport.mailets with parameters of type ICommandListservManager
CommandListservFooter(ICommandListservManager commandListservManager)
           
 

Uses of ICommandListservManager in org.apache.james.transport.mailets.listservcommands
 

Fields in org.apache.james.transport.mailets.listservcommands declared as ICommandListservManager
protected  ICommandListservManager BaseCommand.commandListservManager
           
 

Methods in org.apache.james.transport.mailets.listservcommands that return ICommandListservManager
protected  ICommandListservManager BaseCommand.getCommandListservManager()
          The list serv manager
 

Methods in org.apache.james.transport.mailets.listservcommands with parameters of type ICommandListservManager
 void UnSubscribeConfirm.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
           
 void UnSubscribe.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
           
 void SubscribeConfirm.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
           
 void Subscribe.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
           
 void Owner.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
          Perform any required initialization
 void Info.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
           
 void IListServCommand.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
          Perform any required initialization
 void ErrorCommand.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
           
 void BaseCommand.init(ICommandListservManager commandListservManager, org.apache.avalon.framework.configuration.Configuration configuration)
          Perform any required initialization
 



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.