org.apache.james.nntpserver.repository
Class ArticleIDRepository

java.lang.Object
  |
  +--org.apache.james.nntpserver.repository.ArticleIDRepository

public class ArticleIDRepository
extends Object

ArticleIDRepository: contains one file for each article. the file name is Base64 encoded article ID The first line of the file is '# the rest of line have =

Allows fast lookup of a message by message id. This class allows a process to iterate and synchronize messages with other NNTP Servers. This may be inefficient. It may be better to use an alternate, more efficient process for synchronization and this class for sanity check.

Author:
Harmeet Bedi

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



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