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 NNTPArticle.getGroup()
          Gets the group containing this article.
 NNTPGroup NNTPRepository.getGroup(String groupName)
          Gets the group with the specified name from within the repository.
 



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