
Public Member Functions | |
| JTAResource (String objectName, TransactionServiceImpl jtm, Integer timeOut, Boolean localJtm, Integer portNumber, String hostName) | |
| Integer | getTimeOut () |
| void | setTimeOut (Integer timeOut) |
| Boolean | isLocalJtm () |
| Integer | getPortNumber () |
| String | getHostName () |
| void | saveConfig () |
| Integer | getTotalBegunTransactions () |
| Integer | getTotalCommittedTransactions () |
| Integer | getTotalCurrentTransactions () |
| Integer | getTotalExpiredTransactions () |
| Integer | getTotalRolledbackTransactions () |
| void | resetAllCounters () |
| Xid[] | getAllActiveXids () |
| String[] | getAllActiveTx () |
Static Public Attributes | |
| final String | SERVICE_NAME = "jtm" |
Static Package Attributes | |
| final String | TIMEOUT = "jonas.service.jtm.timeout" |
Definition at line 40 of file JTAResource.java.
|
||||||||||||||||||||||||||||
|
JTA Resource constructor
Definition at line 92 of file JTAResource.java. |
|
|
Definition at line 195 of file JTAResource.java. References org.objectweb.jonas.jtm.TransactionServiceImpl.getAllActiveTx(). |
Here is the call graph for this function:

|
|
Definition at line 188 of file JTAResource.java. References org.objectweb.jonas.jtm.TransactionServiceImpl.getAllActiveXids(). |
Here is the call graph for this function:

|
|
Definition at line 137 of file JTAResource.java. |
|
|
Definition at line 130 of file JTAResource.java. |
|
|
Definition at line 105 of file JTAResource.java. |
|
|
Definition at line 151 of file JTAResource.java. References org.objectweb.jonas.jtm.TransactionServiceImpl.getTotalBegunTransactions(). |
Here is the call graph for this function:

|
|
Definition at line 157 of file JTAResource.java. References org.objectweb.jonas.jtm.TransactionServiceImpl.getTotalCommittedTransactions(). |
Here is the call graph for this function:

|
|
Definition at line 163 of file JTAResource.java. References org.objectweb.jonas.jtm.TransactionServiceImpl.getTotalCurrentTransactions(). |
Here is the call graph for this function:

|
|
Definition at line 169 of file JTAResource.java. References org.objectweb.jonas.jtm.TransactionServiceImpl.getTotalExpiredTransactions(). |
Here is the call graph for this function:

|
|
Definition at line 175 of file JTAResource.java. References org.objectweb.jonas.jtm.TransactionServiceImpl.getTotalRolledbackTransactions(). |
Here is the call graph for this function:

|
|
Definition at line 123 of file JTAResource.java. |
|
|
Reset all transaction counters Definition at line 181 of file JTAResource.java. References org.objectweb.jonas.jtm.TransactionServiceImpl.resetAllTxTotalCounters(). |
Here is the call graph for this function:

|
|
Save updated configuration Definition at line 144 of file JTAResource.java. References org.objectweb.jonas.jtm.JTAResource.SERVICE_NAME. |
|
|
Definition at line 112 of file JTAResource.java. References org.objectweb.jonas.jtm.JTAResource.SERVICE_NAME, org.objectweb.jonas.jtm.TransactionServiceImpl.setTimeout(), and org.objectweb.jonas.jtm.JTAResource.TIMEOUT. |
Here is the call graph for this function:

|
|
Service name as used to label configuration properties Definition at line 45 of file JTAResource.java. Referenced by org.objectweb.jonas.jtm.JTAResource.saveConfig(), and org.objectweb.jonas.jtm.JTAResource.setTimeOut(). |
|
|
name of the 'timeout' configuration parameter Definition at line 51 of file JTAResource.java. Referenced by org.objectweb.jonas.jtm.JTAResource.setTimeOut(). |
1.3.9.1