Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.nntp.NewsGroupNotFoundException

Packages that use NewsGroupNotFoundException
com.jivesoftware.forum.nntp Jive Forums internal NNTP server. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
 

Uses of NewsGroupNotFoundException in com.jivesoftware.forum.nntp
 

Methods in com.jivesoftware.forum.nntp that throw NewsGroupNotFoundException
 java.util.Iterator Session.getList(NewsGroupFilter filter)
          Retrieves a list of valid newsgroups and associated information.
 NewsGroup ArticlePointer.setGroup(java.lang.String group)
          Sets the article pointer to use the given group.
 

Uses of NewsGroupNotFoundException in com.jivesoftware.forum.nntp.spi
 

Methods in com.jivesoftware.forum.nntp.spi that throw NewsGroupNotFoundException
 Forum ForumSession.getForum(java.lang.String groupName)
          Obtain a forum by it's name.
 NewsGroup ForumSession.getNewsGroup(long groupID)
          Obtain a group based on it's id.
 NewsGroup ForumSession.getNewsGroup(java.lang.String groupName)
          Obtain a group based on it's name.
 NewsGroup ArticlePointerImpl.setGroup(java.lang.String name)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.