| org.objectweb.jonas.jtm.TransactionService
All known Subclasses: org.objectweb.jonas.jtm.TransactionServiceImpl,
TransactionService | public interface TransactionService extends Service(Code) | | Transaction Service interface.
|
getCurrent | public Current getCurrent()(Code) | | Gets the Current object
|
getTransactionFactory | public TransactionFactory getTransactionFactory()(Code) | | Gets the TransactionFactory object (JTM factory)
|
getTransactionManager | public TransactionManager getTransactionManager()(Code) | | Gets the TransactionManager
|
getUserTransaction | public UserTransaction getUserTransaction()(Code) | | Gets the UserTransaction object
|
setTimeout | public void setTimeout(int t)(Code) | | Sets the default transaction timeout
|
|
|