Class TestLastResource
java.lang.Object
org.jboss.as.test.integration.transactions.TestXAResource
org.jboss.as.test.integration.transactions.spi.TestLastResource
- All Implemented Interfaces:
XAResource,org.jboss.tm.LastResource
Test
The information about
LastResource class which causes that XAOnePhaseResource
will be instantiated at TransactionImple#createRecord.The information about
LastResource is taken from definition
jtaEnvironmentBean.setLastResourceOptimisationInterfaceClassName- Author:
- Ondra Chaloupka <ochaloup@redhat.com>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.test.integration.transactions.TestXAResource
TestXAResource.TestAction -
Field Summary
Fields inherited from class org.jboss.as.test.integration.transactions.TestXAResource
testActionFields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY -
Constructor Summary
ConstructorsConstructorDescriptionTestLastResource(TestXAResource.TestAction testAction, TransactionCheckerSingleton checker) -
Method Summary
Methods inherited from class org.jboss.as.test.integration.transactions.TestXAResource
commit, end, forget, getPreparedXids, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, start
-
Constructor Details
-
TestLastResource
-
TestLastResource
-