gnu.inet.nntp
Class Group
public final class Group
extends java.lang.Object
An item in an NNTP newsgroup listing.
Version:
- Chris Burdess
int | getFirst() - The number of the first article currently in the newsgroup.
|
int | getLast() - The number of the last known article currently in the newsgroup.
|
java.lang.String | getName() - The name of the newsgroup.
|
boolean | isCanPost() - True if posting to this newsgroup is allowed.
|
getFirst
public int getFirst()
The number of the first article currently in the newsgroup.
getLast
public int getLast()
The number of the last known article currently in the newsgroup.
getName
public java.lang.String getName()
The name of the newsgroup.
isCanPost
public boolean isCanPost()
True if posting to this newsgroup is allowed.
© Copyright 2003 The Free Software Foundation,
all rights reserved