public interface BulletinBoardSnapshot
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getManagingServers()
This returns the set of servers currently managing the bulletin board.
|
BulletinBoardSubjectSnapshot[] |
getSubjectsManagedByServer(int index)
This allows the subjects managed by a server to be retrieved.
|
java.lang.String[] getManagingServers()
BulletinBoardSubjectSnapshot[] getSubjectsManagedByServer(int index)
Use the getManagingServers() method to determine the list of managing servers, then use this method to to retrieve the subjects for a particular server.
index
- This corresponds to the index of the server returned by getManagingServers().