org.apache.james.fetchpop
Class FetchPOP

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLogEnabled
        |
        +--org.apache.james.fetchpop.FetchPOP
All Implemented Interfaces:
Configurable, LogEnabled, Target

public class FetchPOP
extends AbstractLogEnabled
implements Configurable, Target

A class which fetches mail from a single POP account and inserts it into the incoming spool

$Id: FetchPOP.html,v 1.2 2002/12/30 05:36:55 noel Exp $

Author:
Danny Angus

Constructor Summary
FetchPOP()
           
 
Method Summary
 void compose(ComponentManager componentManager)
           
 void configure(Configuration conf)
           
 void targetTriggered(String arg0)
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchPOP

public FetchPOP()
Method Detail

targetTriggered

public void targetTriggered(String arg0)
Specified by:
targetTriggered in interface Target
See Also:
Target.targetTriggered(String)

compose

public void compose(ComponentManager componentManager)
             throws ComponentException
ComponentException
See Also:
Composable.compose(ComponentManager)

configure

public void configure(Configuration conf)
               throws ConfigurationException
Specified by:
configure in interface Configurable
ConfigurationException
See Also:
Configurable.configure(Configuration)


"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."