Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

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

Uses of ArticleNotSelectedException in com.jivesoftware.forum.nntp
 

Methods in com.jivesoftware.forum.nntp that throw ArticleNotSelectedException
 java.util.Iterator ArticlePointer.getArticles(ArticleFilter filter)
          Obtain all articles in the current group that match the article filter criteria.
static ArticleCommand ArticleCommand.getCommand(java.lang.String[] cmdParts, ArticlePointer pointer)
          Obtain a command based on the given command strings (NNTP protocol) and current pointer location.
 Article ArticlePointer.getCurrentArticle()
          Obtain the Article this pointer is currently pointing to.
 int ArticlePointer.getCurrentArticleNumber()
          Obtain the number of the article currently being pointed to.
static NNTPResponse XHDRResponse.getXHDR(Connection connection, java.lang.String header, ArticlePointer pointer, ArticleFilter filter)
          Create a new XHDR response given a requested header, article pointer, and filter restricting results.
 Article ArticlePointer.last()
          Moves the article pointer to the previous article in the current group.
 Article ArticlePointer.next()
          Moves the article pointer to the next article in the current group.
static NNTPResponse XOverResponse.sendXOver(ArticlePointer pointer, ArticleFilter filter, Connection connection)
          Produce a new XOver response using the given pointer and obeying the given filter.
 

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

Methods in com.jivesoftware.forum.nntp.spi that throw ArticleNotSelectedException
 java.util.Iterator ArticlePointerImpl.getArticles(ArticleFilter filter)
           
 Article ArticlePointerImpl.getCurrentArticle()
           
 int ArticlePointerImpl.getCurrentArticleNumber()
           
 Article ArticlePointerImpl.last()
           
 Article ArticlePointerImpl.next()
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.