public interface BulletinBoardSubjectSnapshot
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBoardName()
This is the board name of the subject
|
java.lang.String[] |
getPostingServers()
This returns the names of all servers currently posting to this subject.
|
int[] |
getPostSizes()
This returns the size in bytes of the posts for the posting servers.
|
java.lang.String |
getSubjectName()
This returns the name of the subject.
|
java.lang.String[] |
getSubscribingServers()
This returns the set of subscribing servers to this subject.
|
java.lang.String getBoardName()
java.lang.String getSubjectName()
java.lang.String[] getPostingServers()
int[] getPostSizes()
java.lang.String[] getSubscribingServers()