SingletonEJBRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This interface contains accessor methods for all EJB run-time information collected for a Singleton session bean.

       
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Operator
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.SingletonEJBRuntimeMBean
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:
    Access Points Inherited from RuntimeMBean Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:


    Related MBeans

    This section describes attributes that provide access to other MBeans.


    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 message-driven 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[]
    Relationship type: Containment.

    TimerRuntime

    Provides run-time information about any Timers created for the Singleton session bean.

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

    TransactionRuntime

    Provides the EJBTransactionRuntimeMBean, containing the run-time transaction counts for this EJB.

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


    Attributes

    This section describes the following attributes:


    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    EJBName

    Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor.

           
    Privileges Read only
    Typejava.lang.String

    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

    ReadLockTimeoutTotalCount

    Provides the count of read lock requests that have timed out since deployment; -1 will be returned if bean-managed concurrency is in use.

           
    Privileges Read only
    Typeint

    ReadLockTotalCount

    Provides the total count of read locks requested since deployment; -1 will be returned if bean-managed concurrency is in use.

           
    Privileges Read only
    Typelong

    Registered

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

    Deprecated.

           
    Privileges Read only
    Typeboolean

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String

    WaiterCurrentCount

    Provides the total count of threads waiting for the lock; -1 will be returned if bean-managed concurrency is in use.

           
    Privileges Read only
    Typeint

    WriteLockTimeoutTotalCount

    Provides the count of write lock requests that have timed out since deployment; -1 will be returned if bean-managed concurrency is in use.

           
    Privileges Read only
    Typeint

    WriteLockTotalCount

    Provides the total count of write locks requested since deployment; -1 will be returned if bean-managed concurrency is in use.

           
    Privileges Read only
    Typelong


    Operations

    This section describes the following operations:


      preDeregister

         
      Operation Name"preDeregister"
      Parametersnull
      Signaturenull
      Returns void
      Exceptions
      • java.lang.Exception