DomainRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This class is used for monitoring a WebLogic domain. A domain may contain zero or more clusters. A cluster may be looked up by a logical name.

   
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.DomainRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points You can access this MBean from the following MBean attributes:
    Access Points Inherited from RuntimeMBean Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:


    Related MBeans

    This section describes attributes that provide access to other MBeans.


    AppRuntimeStateRuntime

    Returns a service from which it is possible to determine the state applications throughout the domain.

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

    CoherenceServerLifeCycleRuntimes

    The CoherenceServerLifecycleRuntimeMBean for all configured Coherence servers in the domain.

               
    Lookup OperationlookupCoherenceServerLifeCycleRuntime(String name)

    Returns a javax.management.ObjectName for the instance of CoherenceServerLifeCycleRuntimeMBean named name.

    Privileges Read only
    TypeCoherenceServerLifeCycleRuntimeMBean[]
    Relationship type: Reference.

    ConsoleRuntime

    Return the MBean which provides access to console runtime services.

           
    Privileges Read only
    TypeConsoleRuntimeMBean
    Relationship type: Reference.

    DeployerRuntime

    Provides access to the service interface to the interface that is used to deploy new customer applications or modules into this domain.

    Deprecated. 9.0.0.0

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

    DeploymentManager

    Provides access to the service interface to the interface that is used to deploy new customer applications or modules into this domain.

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

    LogRuntime

    Return the MBean which provides access to the control interface for WLS server logging.

           
    Privileges Read only
    TypeLogRuntimeMBean
    Relationship type: Reference.

    MessageDrivenControlEJBRuntime

    The MessageDrivenControlEJBRuntimeMBean for this server.

           
    Privileges Read only
    TypeMessageDrivenControlEJBRuntimeMBean
    Relationship type: Reference.

    MigratableServiceCoordinatorRuntime

    Returns the service used for coordinating the migraiton of migratable services.

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

    MigrationDataRuntimes

    Returns a history of server migrations. Each array element represents a past or an ongoing migration.

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

    PolicySubjectManagerRuntime

           
    Privileges Read/Write
    TypeWseePolicySubjectManagerRuntimeMBean
    Relationship type: Reference.
    Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

    ServerLifeCycleRuntimes

    The ServerLifecycleRuntimeMBean for all configured servers in the domain.

               
    Lookup OperationlookupServerLifeCycleRuntime(String name)

    Returns a javax.management.ObjectName for the instance of ServerLifeCycleRuntimeMBean named name.

    Privileges Read only
    TypeServerLifeCycleRuntimeMBean[]
    Relationship type: Reference.

    ServiceMigrationDataRuntimes

    Returns all the service migrations done in the domain

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

    SNMPAgentRuntime

    Return the MBean which provides access to the monitoring statistics for WLS SNMP Agent.

           
    Privileges Read only
    TypeSNMPAgentRuntimeMBean
    Relationship type: Reference.

    SystemComponentLifeCycleRuntimes

    The SystemComponentLifecycleRuntimeMBean for all configured System Components in the domain.

               
    Lookup OperationlookupSystemComponentLifeCycleRuntime(String name)

    Returns a javax.management.ObjectName for the instance of SystemComponentLifeCycleRuntimeMBean named name.

    Privileges Read only
    TypeSystemComponentLifeCycleRuntimeMBean[]
    Relationship type: Reference.


    Attributes

    This section describes the following attributes:


    ActivationTime

    The time when the domain became active.

           
    Privileges Read only
    Typejava.util.Date

    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    MBeanInfo

    Returns the MBean info for this MBean.

    Deprecated.

           
    Privileges Read only
    Typejavax.management.MBeanInfo

    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

    Registered

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

    Deprecated.

           
    Privileges Read only
    Typeboolean

    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

      restartSystemResource

      Restarts a system resource on all nodes to which it is deployed.

             
      Operation Name"restartSystemResource"
      ParametersObject [] {   }

      where:

        SignatureString [] { "weblogic.management.configuration.SystemResourceMBean" }
        Returns void
        Exceptions
        • weblogic.management.ManagementException
        Security roles Only the following roles can invoke this operation:
        • Operator