Package com.exedio.cope
Class TransactionCounters
- java.lang.Object
-
- com.exedio.cope.TransactionCounters
-
public final class TransactionCounters extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCommit()
long
getCommitWithConnection()
long
getCommitWithoutConnection()
long
getRollback()
long
getRollbackWithConnection()
long
getRollbackWithoutConnection()
-
-
-
Method Detail
-
getCommit
public long getCommit()
-
getCommitWithoutConnection
public long getCommitWithoutConnection()
-
getCommitWithConnection
public long getCommitWithConnection()
-
getRollback
public long getRollback()
-
getRollbackWithoutConnection
public long getRollbackWithoutConnection()
-
getRollbackWithConnection
public long getRollbackWithConnection()
-
-