jPOS 1.6.1 API Documentation

org.jpos.transaction
Interface TransactionManagerMBean

All Superinterfaces:
QBean, QBeanSupportMBean, QPersist
All Known Implementing Classes:
TransactionManager

public interface TransactionManagerMBean
extends QBeanSupportMBean


Field Summary
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, STOPPED, STOPPING
 
Method Summary
 int getActiveSessions()
           
 boolean getDebug()
           
 long getHead()
           
 int getOutstandingTransactions()
           
 long getTail()
           
 void setDebug(boolean debug)
           
 
Methods inherited from interface org.jpos.q2.QBeanSupportMBean
getLoader, getLoaderURLS, getLogger, getName, getServer, setLogger, setName, setPersist, setServer, shutdownQ2
 
Methods inherited from interface org.jpos.q2.QBean
destroy, getState, getStateAsString, init, start, stop
 
Methods inherited from interface org.jpos.q2.QPersist
getPersist, isModified
 

Method Detail

getHead

long getHead()

getTail

long getTail()

setDebug

void setDebug(boolean debug)

getDebug

boolean getDebug()

getOutstandingTransactions

int getOutstandingTransactions()

getActiveSessions

int getActiveSessions()

jPOS.org