JTAStatspublic interface JTAStats implements StatsSpecifies the statistics provided by a JTA resource. |
Methods Summary |
---|
public CountStatistic | getActiveCount()Number of active transactions.
| public CountStatistic | getCommittedCount()Number of committed transactions.
| public CountStatistic | getRolledbackCount()Number of rolled-back transactions.
|
|