com.ibm.websphere.hamanager.jmx
Interface BulletinBoardSubjectSnapshot
All Superinterfaces:
java.io.Serializable
- public interface BulletinBoardSubjectSnapshot
- extends java.io.Serializable
Version:
1.4
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBoardName()
This is the board name of the subject
|
|
getPostingServers()
This returns the names of all servers currently posting to this subject.
|
|
getPostSizes()
This returns the size in bytes of the posts for the posting servers.
|
|
getSubjectName()
This returns the name of the subject.
|
|
getSubscribingServers()
This returns the set of subscribing servers to this subject.
|
Method Detail
getBoardName
- java.lang.String getBoardName()
This is the board name of the subject
Returns:
the bulletin board name.
getSubjectName
- java.lang.String getSubjectName( )
This returns the name of the subject.
Returns:
the subject name.
getPostingServers
- java.lang.String[] getPostingServers( )
This returns the names of all servers currently posting to this subject.
Returns:
an array of posting server names.
getPostSizes
- int[] getPostSizes()
This returns the size in bytes of the posts for the posting servers. Element n
in this array corresponds to element n in getPostingServers.
Returns:
the size of posts (in bytes) for each posting server.
getSubscribingServers
- java.lang.String[] getSubscribingServers( )
This returns the set of subscribing servers to this subject.
Returns:
an array of subscribing server names.