|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionManagerMXBean
MBean API for the TransactionManager connection pool.
resin:type=TransactionManager,...
Method Summary | |
---|---|
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. |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
int getTransactionCount()
long getCommitCountTotal()
long getCommitResourceFailCountTotal()
long getRollbackCountTotal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |