StatelessEJBRuntimeMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

This interface contains accessor methods for all EJB runtime information collected for a Stateless 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.StatelessEJBRuntimeMBean

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.


    PoolRuntime

    Provides the runtime information about the free pool for this EJB.

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

    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[]

    TimerRuntime

    Provides runtime information about any EJB Timers created for this EJB. If the bean class for this EJB does not implement javax.ejb.TimedObject, null will be returned.

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

    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