Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Application Deployment: Monitoring: Environment Monitoring: Stateless

Column Display     

This page displays monitoring information for all the stateless Enterprise JavaBeans (EJBs) in this application.

Column Display

Name Description
EJB Name

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.

MBean Attribute:
StatelessEJBRuntimeMBean.EJBName

Application Name

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Server

The server on which the EJB instance is deployed.

Machine

The machine on which the EJB instance is running.

Pooled Beans Current Count

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

MBean Attribute:
EJBPoolRuntimeMBean.PooledBeansCurrentCount

Beans In Use Count

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

MBean Attribute:
EJBPoolRuntimeMBean.BeansInUseCurrentCount

Waiter Current Count

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

MBean Attribute:
EJBPoolRuntimeMBean.WaiterCurrentCount

Timeout Total Count

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

MBean Attribute:
EJBPoolRuntimeMBean.TimeoutTotalCount

Access Total Count

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

MBean Attribute:
EJBPoolRuntimeMBean.AccessTotalCount

Miss Total Count

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.

MBean Attribute:
EJBPoolRuntimeMBean.MissTotalCount

Destroyed Total Count

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.

MBean Attribute:
EJBPoolRuntimeMBean.DestroyedTotalCount

Transactions Committed Total Count

Provides a count of the total number of transactions that have been committed for this EJB.

MBean Attribute:
EJBTransactionRuntimeMBean.TransactionsCommittedTotalCount

Transactions Rolled Back Total Count

Provides a count of the total number of transactions that have been rolled back for this EJB.

MBean Attribute:
EJBTransactionRuntimeMBean.TransactionsRolledBackTotalCount

Transactions Timed Out Total Count

Provides a count of the total number of transactions that have timed out for this EJB.

MBean Attribute:
EJBTransactionRuntimeMBean.TransactionsTimedOutTotalCount

Timeout Count

Provides the total number of successful timeout notifications that have been made for this EJB.

MBean Attribute:
EJBTimerRuntimeMBean.TimeoutCount

Cancelled Timer Count

Provides the total number of timers that have been explicitly cancelled for this EJB.

MBean Attribute:
EJBTimerRuntimeMBean.CancelledTimerCount

Active Timer Count

Provides the current number of active timers for this EJB

MBean Attribute:
EJBTimerRuntimeMBean.ActiveTimerCount

Disabled Timer Count

Provides the current number of timers temporarily disabled for this EJB

MBean Attribute:
EJBTimerRuntimeMBean.DisabledTimerCount


Back to Top