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.


Related MBeans

This section describes attributes that provide access to other MBeans.


JobSchedulerRuntime

Provides information about past jobs executed on this server. Jobs must have been submitted to the JobScheduler functionality and should have executed atleast once on this server.

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

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.

UnicastMessaging

Provides information about unicast messaging mode if enabled

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


Attributes

This section describes the following attributes:


ActiveSingletonServices

Returns an array of the names of the Singleton Services that are active on this server.

       
Privileges Read only
Typeclass java.lang.String[]

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

CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean

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

Deprecated. 10.3.0.0. deprecated in favor of getSecondaryServerDetails

For more information, see:

       
Privileges Read only
Typejava.lang.String

DetailedSecondariesDistribution

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[]

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 messages received on this server from the cluster. This is applicable to both multcicast and unicast message types.

       
Privileges Read only
Typelong

FragmentsSentCount

Returns the total number of message fragments sent from this server into the cluster. This is applicable to both multicast and unicast message types.

       
Privileges Read only
Typelong

HealthState

       
Privileges Read only
Typeweblogic.health.HealthState

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

       
Privileges Read only
Typejavax.management.MBeanInfo

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

ObjectName

Returns the ObjectName under which this MBean is registered in the MBean server.

Deprecated.

       
Privileges Read only
Typeweblogic.management.WebLogicObjectName

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

Registered

Returns false if the MBean represented by this object has been unregistered.

Deprecated.

       
Privileges Read only
Typeboolean

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

SecondaryCount

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

       
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.

Deprecated. 10.3.0.0 deprecated in favor of getDetailedSecondariesDistribution

For more information, see:

       
Privileges Read only
Typeclass java.lang.String[]

SecondaryServerDetails

       
Privileges Read only
Typejava.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


Operations

This section describes the following operations:


    preDeregister

       
    Operation Name"preDeregister"
    Parametersnull
    Signaturenull
    Returns void
    Exceptions
    • java.lang.Exception