Uses of Interface
org.apache.james.nntpserver.repository.NNTPGroup

Packages that use NNTPGroup
org.apache.james.nntpserver.repository Provides the interfaces that define NNTP articles, groups, and repositories as well as the implementations of those interfaces. 
 

Uses of NNTPGroup in org.apache.james.nntpserver.repository
 

Methods in org.apache.james.nntpserver.repository that return NNTPGroup
 NNTPGroup NNTPRepositoryImpl.getGroup(String groupName)
           
 NNTPGroup NNTPRepository.getGroup(String groupName)
          Gets the group with the specified name from within the repository.
 NNTPGroup NNTPArticle.getGroup()
          Gets the group containing this article.
 



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