Service


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

Marker Interface for all MBeanServer Service MBeans, these include EditServiceMBean, RuntimeServiceMBean, DomainRuntimeServiceMBean, MBeanServerConnectionManagerMBean, ActivationTaskMBean, ConfigurationManagerMBean, EditServiceMBean

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

Factory Methods

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

Access Points

You can access this MBean from the following MBean attributes:

Subtypes

The following MBeans extend or implement this MBean type:


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.