Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Spring Monitor: Transaction

Column Display     Related Tasks     Related Topics

This page shows statistics for transaction manager and transaction template beans.

Statistics are shown for each transaction manager bean and each transaction template bean.

NOTE: You must start the application to be able to view its statistics.

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
Bean ID

Name of the Spring bean.

MBean Attribute:
SpringTransactionManagerRuntimeMBean.BeanId

Application Context

The display name of the Application Context that this bean is from

MBean Attribute:
SpringTransactionManagerRuntimeMBean.ApplicationContextDisplayName

Rollback Count

This returns the number of time rollback was called

MBean Attribute:
SpringTransactionManagerRuntimeMBean.RollbackCount

Commit Count

This returns the number of time commit was called

MBean Attribute:
SpringTransactionManagerRuntimeMBean.CommitCount

Resume Count

This returns the number of time resume was called

MBean Attribute:
SpringTransactionManagerRuntimeMBean.ResumeCount

Suspend Count

This returns the number of time suspend was called

MBean Attribute:
SpringTransactionManagerRuntimeMBean.SuspendCount

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
Bean ID

Name of the Spring bean.

MBean Attribute:
SpringTransactionTemplateRuntimeMBean.BeanId

Application Context

The display name of the Application Context that this bean is from

MBean Attribute:
SpringTransactionTemplateRuntimeMBean.ApplicationContextDisplayName

Execute Count

This returns the number of time execute was called

MBean Attribute:
SpringTransactionTemplateRuntimeMBean.ExecuteCount

Execute Failed Count

The number of executes that failed

MBean Attribute:
SpringTransactionTemplateRuntimeMBean.ExecuteFailedCount

Average Execute Time

This returns the average elapsed time in milliseconds required to execute

MBean Attribute:
SpringTransactionTemplateRuntimeMBean.AverageExecuteTime

Related Tasks

Related Topics


Back to Top