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

Packages that use NNTPRepository
org.apache.james.nntpserver Provides classes implementing NNTP functionality. 
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 NNTPRepository in org.apache.james.nntpserver
 

Methods in org.apache.james.nntpserver that return NNTPRepository
 NNTPRepository NNTPHandlerConfigurationData.getNNTPRepository()
          Returns the NNTPRepository used by this service.
 

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

Classes in org.apache.james.nntpserver.repository that implement NNTPRepository
 class NNTPRepositoryImpl
          NNTP Repository implementation.
 



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