| org.apache.james.nntpserver.repository.NNTPSpooler
NNTPSpooler | class NNTPSpooler extends AbstractLogEnabled implements Contextualizable,Configurable,Initializable(Code) | | Processes entries and sends to appropriate groups.
Eats up inappropriate entries.
|
Inner Class :static class SpoolerRunnable extends AbstractLogEnabled implements Runnable | |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(Configuration) |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(Context) |
getSpoolPath | File getSpoolPath()(Code) | | Returns (and creates, if the directory doesn't already exist) the
spool directory
the spool directory |
initialize | public void initialize() throws Exception(Code) | | See Also: org.apache.avalon.framework.activity.Initializable.initialize |
setArticleIDRepository | void setArticleIDRepository(ArticleIDRepository articleIDRepo)(Code) | | Sets the article id repository used by this spooler.
Parameters: articleIDRepo - the article id repository to be used |
setRepository | void setRepository(NNTPRepository repo)(Code) | | Sets the repository used by this spooler.
Parameters: repo - the repository to be used |
|
|