public interface DBTransactionMBean extends TransactionMBean
Modifier and Type | Method and Description |
---|---|
int |
getBadInserts()
Returns the number of bad inserts in database since last boot (record already existing).
|
int |
getBadUpdates()
Returns the number of bad updates in database since last boot (record needing to be inserted).
|
long |
getCommitBytes()
Returns the number of bytes written to database since last boot.
|
String |
getDBCloseStatement() |
String |
getDBDeleteStatement() |
String |
getDBInsertStatement() |
String |
getDBTableName() |
String |
getDBUpdateStatement() |
int |
getLogThresholdOperation()
Returns the pool size for
operation objects, by default 1000. |
int |
getNbDeletes()
Returns the number of deletes in database since last boot.
|
int |
getNbInserts()
Returns the number of inserts in database since last boot.
|
int |
getNbUpdates()
Returns the number of updates in database since last boot.
|
String |
getObject(String dirname,
String name) |
String |
getObjectList(String prefix) |
int |
getPhase()
Returns the transaction state.
|
String |
getPhaseInfo()
Returns a string representation of the transaction state.
|
getCommitCount, getStartTime, isPersistent
int getLogThresholdOperation()
operation
objects, by default 1000.operation
objects.int getPhase()
TransactionMBean
getPhase
in interface TransactionMBean
String getPhaseInfo()
TransactionMBean
getPhaseInfo
in interface TransactionMBean
String getDBTableName()
String getDBInsertStatement()
String getDBUpdateStatement()
String getDBDeleteStatement()
String getDBCloseStatement()
long getCommitBytes()
int getNbInserts()
int getBadInserts()
int getNbUpdates()
int getBadUpdates()
int getNbDeletes()
Copyright © 2019 ScalAgent D.T.. All rights reserved.