Uses of Interface
org.apache.geronimo.transaction.manager.TransactionLog

Packages that use TransactionLog
org.apache.geronimo.transaction.log   
org.apache.geronimo.transaction.manager   
 

Uses of TransactionLog in org.apache.geronimo.transaction.log
 

Classes in org.apache.geronimo.transaction.log that implement TransactionLog
 class HOWLLog
           
 class UnrecoverableLog
          A log sink that doesn't actually do anything.
 

Uses of TransactionLog in org.apache.geronimo.transaction.manager
 

Constructors in org.apache.geronimo.transaction.manager with parameters of type TransactionLog
RecoveryImpl(TransactionLog txLog, XidFactory xidFactory)
           
TransactionImpl(Xid xid, TransactionLog txLog)
           
TransactionManagerImpl(int defaultTransactionTimeoutSeconds, XidFactory xidFactory, TransactionLog transactionLog, Collection resourceManagers)
          TODO NOTE!!! this should be called in an unspecified transaction context, but we cannot enforce this restriction!
TransactionManagerImplGBean(int defaultTransactionTimeoutSeconds, XidFactory xidFactory, TransactionLog transactionLog, Collection resourceManagers)
          TODO NOTE!!! this should be called in an unspecified transaction context, but we cannot enforce this restriction!
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.