Uses of Class
org.apache.geronimo.javamail.store.nntp.newsrc.NNTPNewsrc

Packages that use NNTPNewsrc
org.apache.geronimo.javamail.store.nntp   
org.apache.geronimo.javamail.store.nntp.newsrc   
 

Uses of NNTPNewsrc in org.apache.geronimo.javamail.store.nntp
 

Fields in org.apache.geronimo.javamail.store.nntp declared as NNTPNewsrc
protected  NNTPNewsrc NNTPStore.newsrc
           
 

Uses of NNTPNewsrc in org.apache.geronimo.javamail.store.nntp.newsrc
 

Subclasses of NNTPNewsrc in org.apache.geronimo.javamail.store.nntp.newsrc
 class NNTPNewsrcFile
           
 

Methods in org.apache.geronimo.javamail.store.nntp.newsrc with parameters of type NNTPNewsrc
static NNTPNewsrcGroup NNTPNewsrcGroup.parse(NNTPNewsrc newsrc, String line)
          Construct a NNTPNewsrcGroup item associated with a given .newsrc database.
 

Constructors in org.apache.geronimo.javamail.store.nntp.newsrc with parameters of type NNTPNewsrc
NNTPNewsrcGroup(NNTPNewsrc newsrc, String name, String newsrcRanges, boolean subscribed)
          Construct a .newsrc group item.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.