MBeanServerConnectionManagerMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

Provides information about the federerated MBeanServers.

Fully Qualified Interface Name

If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.mbeanservers.domainruntime.MBeanServerConnectionManagerMBean

Since 9.0.0.0

Factory Methods

No factory methods. Instances of this MBean are created automatically.

Access Points Inherited from Service

Because this MBean extends or implements Service, you can also access this MBean by retrieving Services. The following attributes contain Services and its subtypes:


Attributes

This section describes the following attributes:


Name

A unique key that WebLogic Server generates to identify the current instance of this MBean type.

For a singleton, such as DomainRuntimeServiceMBean, this key is often just the bean's short class name.

       
Privileges Read only
Typejava.lang.String
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

ParentService

The MBean that created the current MBean instance.

In the data model for WebLogic Server MBeans, an MBean that creates another MBean is called a parent. MBeans at the top of the hierarchy have no parents.

       
Privileges Read only
Typeweblogic.management.mbeanservers.Service
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

Type

The MBean type for this instance. This is useful for MBean types that support multiple intances, such as ActivationTaskMBean.

       
Privileges Read only
Typejava.lang.String
Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.


Operations

This section describes the following operations:


    notifyNewMBeanServer

    Called to trigger the MBeanServer to recognize the presence of a new managed server.

       
    Operation Name"notifyNewMBeanServer"
    ParametersObject [] {   }

    where:

      SignatureString [] { "java.lang.String" }
      Returns void