Class PersistentTestXAResource

java.lang.Object
org.jboss.as.test.integration.transactions.TestXAResource
org.jboss.as.test.integration.transactions.PersistentTestXAResource
All Implemented Interfaces:
XAResource

public class PersistentTestXAResource extends TestXAResource implements XAResource

Enhancement of the TestXAResource which saves prepared Xid to file system. and delete it from the file on call commit/rollback/forget.

Such a Xid may be reported back to Narayana during periodic recovery when XAResource.recover(int) is called.