|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.transaction.manager.TransactionManagerImpl org.apache.geronimo.transaction.manager.TransactionManagerImplGBean
public class TransactionManagerImplGBean
Simple implementation of a transaction manager. This does not include XATerminator or XAWork functionality: use GeronimoTransactionManagerGBean if you need to import transactions.
Field Summary | |
---|---|
static GBeanInfo |
GBEAN_INFO
|
Fields inherited from class org.apache.geronimo.transaction.manager.TransactionManagerImpl |
---|
DEFAULT_TIMEOUT, DEFAULT_TM_ID |
Constructor Summary | |
---|---|
TransactionManagerImplGBean(int defaultTransactionTimeoutSeconds,
org.apache.geronimo.transaction.manager.XidFactory xidFactory,
org.apache.geronimo.transaction.manager.TransactionLog transactionLog)
TODO NOTE!!! |
Method Summary | |
---|---|
static GBeanInfo |
getGBeanInfo()
|
Methods inherited from class org.apache.geronimo.transaction.manager.TransactionManagerImpl |
---|
addTransactionAssociationListener, begin, begin, commit, commit, fireThreadAssociated, fireThreadUnassociated, forget, getActiveCount, getExternalXids, getResource, getRollbackOnly, getStatus, getTotalCommits, getTotalRollbacks, getTransaction, getTransactionKey, getTransactionStatus, importXid, prepare, putResource, recoverResourceManager, recoveryError, registerInterposedSynchronization, removeTransactionAssociationListener, resetStatistics, resume, rollback, rollback, setRollbackOnly, setTransactionTimeout, suspend |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GBeanInfo GBEAN_INFO
Constructor Detail |
---|
public TransactionManagerImplGBean(int defaultTransactionTimeoutSeconds, org.apache.geronimo.transaction.manager.XidFactory xidFactory, org.apache.geronimo.transaction.manager.TransactionLog transactionLog) throws XAException
XAException
Method Detail |
---|
public static GBeanInfo getGBeanInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |