com.caucho.management.server
Interface TransactionManagerMXBean

All Superinterfaces:
ManagedObjectMXBean

public interface TransactionManagerMXBean
extends ManagedObjectMXBean

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

getTransactionCount

int getTransactionCount()
Returns the total number of in-progress transactions.


getCommitCountTotal

long getCommitCountTotal()
Returns the total number of committed transaction.


getCommitResourceFailCountTotal

long getCommitResourceFailCountTotal()
Returns the number of failed commits in the final resource commit


getRollbackCountTotal

long getRollbackCountTotal()
Returns the total number of rollbacks transaction.