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



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.