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.java,v 1.5 2002/10/30 12:45:11 danny Exp $
- Author:
- Danny Angus
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchPOP
public FetchPOP()
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."