Enterprise Information Portal APIs

com.ibm.gcs.netutil.nntp
Class GroupInfo

java.lang.Object
  |
  +--com.ibm.gcs.netutil.nntp.GroupInfo

public class GroupInfo
extends java.lang.Object


Method Summary
 int guessFirstArticleNumber()
          Return the first article number for a specific group.
 int guessLastArticleNumber()
          Return the last article number for a specific group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

guessFirstArticleNumber

public int guessFirstArticleNumber()
Return the first article number for a specific group. This is a static method because everything is figured out from the Status string
Returns:
int - first article number

guessLastArticleNumber

public int guessLastArticleNumber()
Return the last article number for a specific group.
Returns:
int - last article number

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.