Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.runtime
Interface ClusterRuntimeMBean

All Superinterfaces:
DynamicMBean, HealthFeedback, MBeanRegistration, NotificationBroadcaster, ReplicationRuntimeMBean, RuntimeMBean, WebLogicMBean

public interface ClusterRuntimeMBean
extends ReplicationRuntimeMBean, HealthFeedback

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


Method Summary
abstract  String[] getActiveSingletonServices()
          Returns an array of the names of the singleton services that are active on this server.
abstract  int getAliveServerCount()
          Provides the current total number of alive servers in this cluster.
abstract  MachineMBean getCurrentMachine()
          Provides the current MachineMBean of the server.
abstract  String getCurrentSecondaryServer()
          Deprecated. 10.3.0.0. deprecated in favor of getSecondaryServerDetails
abstract  long getForeignFragmentsDroppedCount()
          Provides the number of fragments that originated in foreign domains or clusters which use the same multicast address.
abstract  long getFragmentsReceivedCount()
          Provides the total number of messages received on this server from the cluster.
abstract  long getFragmentsSentCount()
          Returns the total number of message fragments sent from this server into the cluster.
abstract  HealthState getHealthState()
          Provides health information returned by the server self-health monitor service.
abstract  JobSchedulerRuntimeMBean getJobSchedulerRuntime()
          Provides information about past jobs executed on this server.
abstract  long getMulticastMessagesLostCount()
          Provides the total number of in-coming multicast messages that were lost according to this server.
abstract  long getResendRequestsCount()
          Provides the number of state-delta messages that had to be resent because a receiving server in the cluster missed a message.
abstract  String[] getSecondaryDistributionNames()
          Deprecated. 10.3.0.0 deprecated in favor of getDetailedSecondariesDistribution
abstract  ServerMigrationRuntimeMBean getServerMigrationRuntime()
          Provides information about server migrations performed by this server.
abstract  String[] getServerNames()
          Provides the names of the servers in the cluster.
abstract  UnicastMessagingRuntimeMBean getUnicastMessaging()
          Provides information about unicast messaging mode if enabled.

 

Methods inherited from interface weblogic.management.runtime.ReplicationRuntimeMBean
getDetailedSecondariesDistribution, getPrimaryCount, getSecondaryCount, getSecondaryServerDetails

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Method Detail

getAliveServerCount

int getAliveServerCount()

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

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

Returns:
The aliveServerCount value

getResendRequestsCount

long getResendRequestsCount()

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.

Returns:
The resendRequestsCount value

getFragmentsSentCount

long getFragmentsSentCount()

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

Returns:
The fragmentsSentCount value

getFragmentsReceivedCount

long getFragmentsReceivedCount()

Provides the total number of messages received on this server from the cluster. This is applicable to both multicast and unicast message types.

Returns:
The fragmentsReceivedCount value

getSecondaryDistributionNames

String[] getSecondaryDistributionNames()
Deprecated. 10.3.0.0 deprecated in favor of getDetailedSecondariesDistribution

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.

Returns:
The secondaryDistributionNames value

getMulticastMessagesLostCount

long getMulticastMessagesLostCount()

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

Returns:
The multicastMessagesLostCount value

getServerNames

String[] getServerNames()

Provides the names of the servers in the cluster.

Returns:
The serverNames value

getForeignFragmentsDroppedCount

long getForeignFragmentsDroppedCount()

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.

Returns:
The foreignFragmentsDroppedCount value

getCurrentSecondaryServer

String getCurrentSecondaryServer()
Deprecated. 10.3.0.0. deprecated in favor of getSecondaryServerDetails
Returns:
Current secondary server name

getHealthState

HealthState getHealthState()

Provides health information returned by the server self-health monitor service.

Specified by:
getHealthState in interface HealthFeedback
See Also:
OverloadProtectionMBean

getCurrentMachine

MachineMBean getCurrentMachine()

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.

Returns:
MachineMBean of the machine currently hosting this server

getServerMigrationRuntime

ServerMigrationRuntimeMBean getServerMigrationRuntime()

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


getJobSchedulerRuntime

JobSchedulerRuntimeMBean getJobSchedulerRuntime()

Provides information about past jobs executed on this server. Jobs must have been submitted to the Job Scheduler and should have been executed at least once on this server.


getUnicastMessaging

UnicastMessagingRuntimeMBean getUnicastMessaging()

Provides information about unicast messaging mode if enabled.


getActiveSingletonServices

String[] getActiveSingletonServices()

Returns an array of the names of the singleton services that are active on this server.


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09