Class LocalTxMessageXAResource
java.lang.Object
com.sun.ts.tests.common.connector.whitebox.LocalTxMessageXAResource
- All Implemented Interfaces:
- XAResource
Be careful..... This class will log a variety of message strings that will be used by client side tests. If you
 change any strings in this class, it is likely to result in test failures unless you are sure you know what tests you
 are affecting.
- 
Field SummaryFields inherited from interface javax.transaction.xa.XAResourceTMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidintbooleanisSameRM(XAResource other) intXid[]recover(int flag) voidbooleansetTransactionTimeout(int seconds) void
- 
Constructor Details- 
LocalTxMessageXAResourcepublic LocalTxMessageXAResource()
- 
LocalTxMessageXAResource
 
- 
- 
Method Details- 
commit- Specified by:
- commitin interface- XAResource
- Throws:
- XAException
 
- 
start- Specified by:
- startin interface- XAResource
- Throws:
- XAException
 
- 
end- Specified by:
- endin interface- XAResource
- Throws:
- XAException
 
- 
forget- Specified by:
- forgetin interface- XAResource
- Throws:
- XAException
 
- 
getTransactionTimeout- Specified by:
- getTransactionTimeoutin interface- XAResource
- Throws:
- XAException
 
- 
isSameRM- Specified by:
- isSameRMin interface- XAResource
- Throws:
- XAException
 
- 
prepare- Specified by:
- preparein interface- XAResource
- Throws:
- XAException
 
- 
recover- Specified by:
- recoverin interface- XAResource
- Throws:
- XAException
 
- 
rollback- Specified by:
- rollbackin interface- XAResource
- Throws:
- XAException
 
- 
setTransactionTimeout- Specified by:
- setTransactionTimeoutin interface- XAResource
- Throws:
- XAException
 
 
-