SpringBeanDefinitionRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Information for this MBean is available only at runtime.

To view information about this MBean, start the host WebLogic Server instance, then use WebLogic Scripting Tool in interactive mode. Or use some other MBean browser.

       
Since10.3.0.0
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.SpringBeanDefinitionRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.


Attributes

This section describes the following attributes:


Abstract

Whether this Spring bean is "abstract". An abstract bean definition can be used as a base for other definitions but cannot be instantiated.

       
Privileges Read only
Typeboolean

Aliases

Get the aliases for this bean definition. Aliases are other names this bean definition is known by.

       
Privileges Read only
Typeclass java.lang.String[]

ApplicationContextDisplayName

Display name of the application context that this Spring bean is defined in. The application context is the Spring Inversion of Control (IoC) container.

       
Privileges Read only
Typejava.lang.String

AutowireCandidate

Whether this bean is a candidate to be autowired to other beans.

       
Privileges Read only
Typeboolean

BeanClassname

Class name of this Spring bean, as defined in the application context of the Spring application.

       
Privileges Read only
Typejava.lang.String

BeanId

Name of the Spring bean.

       
Privileges Read only
Typejava.lang.String

CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean

Dependencies

Get the names (ids) of other bean definitions that this bean definition depends on.

       
Privileges Read only
Typeclass java.lang.String[]

DependencyValues

Dependency values to be injected into this bean.

       
Privileges Read only
Type

LazyInit

Whether this bean should be lazily initialized. A lazy initialized bean is not created until it is needed.

       
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

ParentId

Name (Id) of parent bean definition.

       
Privileges Read only
Typejava.lang.String

Registered

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

Deprecated.

       
Privileges Read only
Typeboolean

ResourceDescription

The name of the resource that this bean definition comes from. May be empty if the bean is implicitly registered.

       
Privileges Read only
Typejava.lang.String

Role

Role hint of this bean definition. The role is one of ROLE_APPLICATION, ROLE_SUPPORT, or ROLE_INFRASTRUCTURE.

       
Privileges Read only
Typeint

Scope

Scope of this bean. The scope is "singleton", "prototype", or other web specific or user defined values.

       
Privileges Read only
Typejava.lang.String

Singleton

Whether this is a singleton Spring bean. There is just one instance of a singleton bean per bean definition per application context.

       
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