Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Monitoring: EJBs: Entity

Buttons     Column Display     Related Tasks     Related Topics

This page displays monitoring information for all the entity Enterprise JavaBeans (EJBs) that are deployed to this domain.

This page appears only if one or more entity 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 Entity EJBs table to sort the items in the table by the type indicated in the column heading.

Buttons

Name Description
Refresh icon

Refresh iconCauses 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
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:
EntityEJBRuntimeMBean.EJBName

Application Name

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

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

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

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

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

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

Related Tasks

Related Topics


Back to Top