com.ibm.websphere.hamanager.jmx

Interface BulletinBoardSubjectSnapshot

All Superinterfaces:
java.io.Serializable

  1. public interface BulletinBoardSubjectSnapshot
  2. extends java.io.Serializable
This allows the status of a single subject to be determined.
Version:
1.4

Method Summary

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

Method Detail

getBoardName

  1. java.lang.String getBoardName()
This is the board name of the subject
Returns:
the bulletin board name.

getSubjectName

  1. java.lang.String getSubjectName( )
This returns the name of the subject.
Returns:
the subject name.

getPostingServers

  1. java.lang.String[] getPostingServers( )
This returns the names of all servers currently posting to this subject.
Returns:
an array of posting server names.

getPostSizes

  1. 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

  1. java.lang.String[] getSubscribingServers( )
This returns the set of subscribing servers to this subject.
Returns:
an array of subscribing server names.