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

public class TestLastResource extends TestXAResource implements org.jboss.tm.LastResource
Test 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>