org.apache.james.nntpserver.repository
Class ArticleIDRepository

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

public class ArticleIDRepository
extends java.lang.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 =

this would allow fast lookup of a message by message id. allow a process to iterate and sycnhronize messages with other NNTP Servers. this may be inefficient, so could be used for sanity checks and an alternate more efficient process could be used for synchronization.


Method Summary
 java.io.File getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPath

public java.io.File getPath()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.