StatefulEJBRuntimeMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

This interface contains accessor methods for all EJB runtime information collected for a Stateful Session Bean.

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.runtime.StatefulEJBRuntimeMBean

Factory Methods

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

Access Points Inherited from EJBRuntimeMBean

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


    Child MBeans

    This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


    CacheRuntime

    Provides the runtime information about the cache for this EJB.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeEJBCacheRuntimeMBean

    LockingRuntime

    Provides the runtime information about the lock manager for this EJB.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeEJBLockingRuntimeMBean

    Resources

    Provides a list of the RuntimeMBeans for the resources used by this EJB. This will always include an ExecuteQueueRuntimeMBean. It will also include a JMSDestinationRuntimeMBean for MessageDriven beans and a JDBCConnectionPoolMBean for CMP Entity beans.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeRuntimeMBean[]

    TransactionRuntime

    Provides the EJBTransactionRuntimeMBean, containing runtime transaction counts, for this EJB.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeEJBTransactionRuntimeMBean


    Attributes

    This section describes the following attributes:


    EJBName

    Provides the ejb-name for this EJB as defined in the ejb-jar.xml deployment descriptor.

           
    Privileges Read only
    Typejava.lang.String

    Name

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

           
    Privileges Read only
    Typejava.lang.String

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String