com.ibm.websphere.hamanager.jmx

Interface BulletinBoardSubjectSnapshot

  • All Superinterfaces:
    java.io.Serializable


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

      Methods 
      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.
    • 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.
IBM WebSphere Application ServerTM
Release 8.5