public interface TransactionManagerMBean extends QBeanSupportMBean
Modifier and Type | Method and Description |
---|---|
int |
getActiveSessions() |
int |
getActiveTransactions() |
boolean |
getDebug() |
boolean |
getDebugContext() |
long |
getHead() |
int |
getMaxSessions() |
int |
getOutstandingTransactions() |
int |
getPausedCounter() |
long |
getTail() |
java.lang.String |
getTPSAsString() |
float |
getTPSAvg() |
long |
getTPSElapsed() |
int |
getTPSPeak() |
java.util.Date |
getTPSPeakWhen() |
void |
resetTPS() |
void |
setDebug(boolean debug) |
void |
setDebugContext(boolean debugContext) |
getDump, getLoader, getLoaderURLS, getLogger, getName, getRealm, getServer, setLogger, setName, setPersist, setRealm, setServer
destroy, getState, getStateAsString, init, start, stop
getPersist, isModified
long getHead()
long getTail()
void setDebug(boolean debug)
boolean getDebug()
void setDebugContext(boolean debugContext)
boolean getDebugContext()
int getOutstandingTransactions()
int getActiveSessions()
int getPausedCounter()
int getActiveTransactions()
int getMaxSessions()
java.lang.String getTPSAsString()
float getTPSAvg()
int getTPSPeak()
java.util.Date getTPSPeakWhen()
long getTPSElapsed()
void resetTPS()