|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.jnt.JNForum
public final class JNForum
java.net discussion forum.
Constructor Summary | |
---|---|
JNForum(JNProject project,
String name,
int id,
int messageCount,
String description)
|
Method Summary | |
---|---|
void |
delete()
Deletes this mailing list. |
boolean |
equals(Object o)
|
String |
getDescription()
Gets the one-line description of this forum. |
int |
getId()
Gets the unique ID of this forum. |
int |
getMessageCount()
Gets the total number of messages in this forum. |
String |
getName()
Gets the name of this forum, such as "Wish List". |
JNProject |
getProject()
Gets the project to which this forum belongs. |
URL |
getURL()
Gets the URL that points to the top page of this forum, such as https://java-net.dev.java.net/servlets/ForumMessageList?forumID=93. |
int |
hashCode()
|
void |
subscribe()
Subscribes yourself. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JNForum(JNProject project, String name, int id, int messageCount, String description)
Method Detail |
---|
public JNProject getProject()
public String getName()
public int getId()
The forum ID is internally used by the java.net system to identify a forum.
public int getMessageCount()
public String getDescription()
public URL getURL()
public void delete() throws ProcessingException
This is a priviledged operation.
ProcessingException
public void subscribe() throws ProcessingException
ProcessingException
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |