Inheritance diagram for org.objectweb.jonas.jtm.TransactionService:

Public Member Functions | |
| Current | getCurrent () |
| TransactionManager | getTransactionManager () |
| UserTransaction | getUserTransaction () |
| TransactionFactory | getTransactionFactory () |
| void | setTimeout (int t) |
Definition at line 37 of file TransactionService.java.
|
|
Gets the Current object Implemented in org.objectweb.jonas.jtm.TransactionServiceImpl. Referenced by org.objectweb.jonas.server.Server.start(). |
|
|
Gets the TransactionFactory object (JTM factory) Implemented in org.objectweb.jonas.jtm.TransactionServiceImpl. |
|
|
|
Gets the UserTransaction object Implemented in org.objectweb.jonas.jtm.TransactionServiceImpl. |
|
|
Sets the default transaction timeout Implemented in org.objectweb.jonas.jtm.TransactionServiceImpl. |
1.3.9.1