edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Deployments: Monitoring: EJBs: Stateful
Deployments: Monitoring: EJBs: Stateful
Buttons Column Display Related Tasks Related Topics
This page displays monitoring information for all the stateful Enterprise JavaBeans (EJBs) that are deployed to this domain.
This page appears only if one or more stateless EJBs are deployed. WebLogic Server enables you to deploy EJBs either as archive files (.JAR files created using the JAR utility) or as exploded archive directories.
You can click any column heading in the Stateful EJBs table to sort the items in the table by the type indicated in the column heading.
Buttons
Name Description Refresh icon
Causes the Administration Console to periodically poll the resource monitored by this page and refresh the display.
Column Display
You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.
The following table lists all of the data points that you can display in columns on this page.
Name Description Application Name The name of the Enterprise application.
MBean Attribute:
ApplicationRuntimeMBean.ApplicationName
EJB Name Provides the ejb-name for this EJB as defined in the ejb-jar.xml deployment descriptor.
MBean Attribute:
StatefulEJBRuntimeMBean.EJBName
Cached Beans Current Count Provides a count of the total number of beans from this EJB Home currently in the EJB cache.
MBean Attribute:
EJBCacheRuntimeMBean.CachedBeansCurrentCount
Cache Access Count Provides a count of the total number of attempts to access a bean from the cache.
The sum of the Cache Hit Count and Cache Miss Count may not add up to the cacheAccessCount in a running server because these metrics are retrieved using multiple calls and the counts could change between the calls.
*
MBean Attribute:
EJBCacheRuntimeMBean.CacheAccessCount
Cache Hit Count Provides a count of the total number of times an attempt to access a bean from the cache succeeded.
The sum of the Cache Hit Count and Cache Miss Count may not add up to the cacheAccessCount in a running server because these metrics are retrieved using multiple calls and the counts could change between the calls.
MBean Attribute:
EJBCacheRuntimeMBean.CacheHitCount
Cache Miss Count Provides a count of the total number of times an attempt to access a bean from the cache failed.
The sum of the Cache Hit Count and Cache Miss Count may not add up to the cacheAccessCount in a running server because these metrics are retrieved using multiple calls and the counts could change between the calls.
MBean Attribute:
EJBCacheRuntimeMBean.CacheMissCount
Activation Count Provides a count of the total number of beans from this EJB Home that have been activated.
MBean Attribute:
EJBCacheRuntimeMBean.ActivationCount
Passivation Count Provides a count of the total number of beans from this EJB Home that have been passivated.
MBean Attribute:
EJBCacheRuntimeMBean.PassivationCount
Lock Entries Current Count Provides a count of the number of beans currently locked.
MBean Attribute:
EJBLockingRuntimeMBean.LockEntriesCurrentCount
Lock Manager Access Count Provides the total number of attempts to obtain a lock on a bean. This includes attempts to obtain a lock on a bean that is already locked on behalf of the client.
MBean Attribute:
EJBLockingRuntimeMBean.LockManagerAccessCount
Waiter Current Count Provides the current number of Threads that have waited for a lock on a bean.
MBean Attribute:
EJBLockingRuntimeMBean.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
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
![]()