ClusterRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This class is used for monitoring a server's view of the members of a WebLogic cluster within a WebLogic domain.

   
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.ClusterRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points You can access this MBean from the following MBean attributes:


    Related MBeans

    This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


      ServerMigrationRuntime

      Provides information about server migrations performed by this server. If the current server is not responsible for migrations, it points to the server that is responsible for it.

             
      Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
      Privileges Read only
      TypeServerMigrationRuntimeMBean
      Relationship type: Containment.


      Attributes

      This section describes the following attributes:


      AliveServerCount

      Provides the current total number of alive servers in this cluster.

      Returns the current total number of alive servers in this cluster.

             
      Privileges Read only
      Typeint

      CurrentMachine

      Provides the current MachineMBean of the server. In most cases this is the MachineMBean that the server is configured to run on. The only time when this will not be true is if auto-migration is enabled. This method will report the current host machine for the server, in that case.

             
      Privileges Read only
      Type

      CurrentSecondaryServer

             
      Privileges Read only
      Typejava.lang.String

      ForeignFragmentsDroppedCount

      Provides the number of fragments that originated in foreign domains or clusters which use the same multicast address.

      Answer the number of fragments that originated in foreign domains/cluster that use the same multicast address.

             
      Privileges Read only
      Typelong

      FragmentsReceivedCount

      Provides the total number of multicast messages received on this server from the cluster.

             
      Privileges Read only
      Typelong

      FragmentsSentCount

      Provides the total number of multicast fragments sent from this server into the cluster.

      Returns the total number of multicast fragments sent from this server into the cluster.

             
      Privileges Read only
      Typelong

      HealthState

             
      Privileges Read only
      Typeweblogic.health.HealthState

      MulticastMessagesLostCount

      Provides the total number of in-coming multicast messages that were lost according to this server.

             
      Privileges Read only
      Typelong

      Name

      The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

             
      Privileges Read only
      Typejava.lang.String

      Parent

      Return the immediate parent for this MBean

             
      Privileges Read/Write
      Type

      PrimaryCount

      Provides the number of object that the local server hosts as primaries.

      Answer the number of object that the local server hosts as primaries.

             
      Privileges Read only
      Typelong

      ResendRequestsCount

      Provides the number of state-delta messages that had to be resent because a receiving server in the cluster missed a message.

      Returns the number of state-delta messages that had to be resent because a receiving server in the cluster missed a message.

             
      Privileges Read only
      Typelong

      SecondaryDistributionNames

      Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. The name is appended with a number to indicate the number of secondaries hosted on behalf of that server.

             
      Privileges Read only
      Typeclass java.lang.String[]

      ServerNames

      Provides the names of the servers in the cluster.

             
      Privileges Read only
      Typeclass java.lang.String[]

      Type

      Returns the type of the MBean.

             
      Privileges Read only
      Typejava.lang.String