Class IBAnnoMessageXAResource1
java.lang.Object
com.sun.ts.tests.common.connector.whitebox.ibanno.IBAnnoMessageXAResource1
- All Implemented Interfaces:
- XAResource
- 
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- 
IBAnnoMessageXAResource1public IBAnnoMessageXAResource1()
 
- 
- 
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
 
 
-