Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.nntp
Class NewsGroupSelectedResponse

java.lang.Object
  extended by com.jivesoftware.forum.nntp.StaticNNTPResponse
      extended by com.jivesoftware.forum.nntp.NewsGroupSelectedResponse
All Implemented Interfaces:
NNTPResponse

public class NewsGroupSelectedResponse
extends StaticNNTPResponse

Represents a newsgroup selection response. Summarizes a group's status for return from an NNTP 'GROUP ggg' command.


Field Summary
 
Fields inherited from interface com.jivesoftware.forum.nntp.NNTPResponse
DOT_TERMINATOR, ENDLINE
 
Method Summary
static NewsGroupSelectedResponse getResponse(NewsGroup group)
          Generates a response for the given group.
 
Methods inherited from class com.jivesoftware.forum.nntp.StaticNNTPResponse
getValue, send, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getResponse

public static NewsGroupSelectedResponse getResponse(NewsGroup group)
Generates a response for the given group.

Parameters:
group - the group to generate a response for.
Returns:
the response for the given group.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.