EJBPoolRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This interface contains accessor methods for all free pool runtime information collected for an EJB.

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


Attributes

This section describes the following attributes:


AccessTotalCount

Provides a count of the total number of times an attempt was made to get an instance from the free pool.

       
Privileges Read only
Typelong

BeansInUseCount

Provides a count of the total number of bean instances currently in use from the free pool.

Deprecated. 28-Aug-2002. Use getBeansInUseCurrentCount() instead.

       
Privileges Read only
Typeint

BeansInUseCurrentCount

Provides a count of the number of bean instances currently being used from the free pool.

       
Privileges Read only
Typeint

CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean

DestroyedTotalCount

Provides a count of the total number of times a bean instance from this pool was destroyed due to a non-application Exception being thrown from it.

       
Privileges Read only
Typelong

IdleBeansCount

Provides a count of the total number of available bean instances in the free pool.

Returns the total number of available bean instances in the free pool.

Deprecated. 28-Aug-2002. Use getPooledBeansCurrentCount() instead.

       
Privileges Read only
Typeint

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

       
Privileges Read only
Typejavax.management.MBeanInfo

MissTotalCount

Provides a count of the total number of times a failed attempt was made to get an instance from the free pool. An Attempt to get a bean from the pool will fail if there are no available instances in the pool.

       
Privileges Read only
Typelong

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

PooledBeansCurrentCount

Provides a count of the current number of available bean instances in the free pool.

       
Privileges Read only
Typeint

Registered

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

Deprecated.

       
Privileges Read only
Typeboolean

TimeoutTotalCount

Provides a count of the total number of Threads that have timed out waiting for an available bean instance from the free pool.

       
Privileges Read only
Typelong

Type

Returns the type of the MBean.

       
Privileges Read only
Typejava.lang.String

WaiterCurrentCount

Provides a count of the number of Threads currently waiting for an available bean instance from the free pool.

       
Privileges Read only
Typeint

WaiterTotalCount

Provides a count of the total number of Threads currently waiting for an available bean instance from the free pool.

Deprecated. 28-Aug-2002. Use getWaiterCurrentCount() instead.

       
Privileges Read only
Typelong


Operations

This section describes the following operations:


    initializePool

    Instructs the Pool to initialize itself to its configured startup time size.

    This is a synchronous and will wait until the pool is initialized before returning.

       
    Operation Name"initializePool"
    Parametersnull
    Signaturenull
    Returns void

    preDeregister

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