public interface TransactionManagerMXBean extends ManagedObjectMXBean
resin:type=TransactionManager,...
Modifier and Type | Method and Description |
---|---|
long |
getCommitCountTotal()
Returns the total number of committed transaction.
|
long |
getCommitResourceFailCountTotal()
Returns the number of failed commits in the final resource commit
|
long |
getRollbackCountTotal()
Returns the total number of rollbacks transaction.
|
int |
getTransactionCount()
Returns the total number of in-progress transactions.
|
getName, getObjectName, getType
int getTransactionCount()
long getCommitCountTotal()
long getCommitResourceFailCountTotal()
long getRollbackCountTotal()