|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BulletinBoardSnapshot
This represents a snapshot of the current bulletin board state.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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().
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |