org.mule.transport.vm.functional.transactions
Class AbstractExternalTransactionTestCase.TestResource

java.lang.Object
  extended by org.mule.transport.vm.functional.transactions.AbstractExternalTransactionTestCase.TestResource
All Implemented Interfaces:
XAResource
Enclosing class:
AbstractExternalTransactionTestCase

public static class AbstractExternalTransactionTestCase.TestResource
extends Object
implements XAResource

An XA resource that allows setting, committing, and rolling back the value of one resource


Field Summary
protected  int _timeout
           
 
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
 
Constructor Summary
AbstractExternalTransactionTestCase.TestResource(TransactionManager tm)
           
 
Method Summary
 void commit(Xid id, boolean onePhase)
           
 void end(Xid xid, int flags)
           
 void forget(Xid xid)
           
 int getPersistentValue()
           
 int getTransactionTimeout()
           
 int getValue()
           
 boolean isSameRM(XAResource xares)
           
 int prepare(Xid xid)
           
 Xid[] recover(int flag)
           
 void rollback(Xid xid)
           
 boolean setTransactionTimeout(int seconds)
           
 void setValue(int val)
           
 void start(Xid xid, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_timeout

protected int _timeout
Constructor Detail

AbstractExternalTransactionTestCase.TestResource

public AbstractExternalTransactionTestCase.TestResource(TransactionManager tm)
Method Detail

setValue

public void setValue(int val)

getPersistentValue

public int getPersistentValue()

getValue

public int getValue()

commit

public void commit(Xid id,
                   boolean onePhase)
            throws XAException
Specified by:
commit in interface XAResource
Throws:
XAException

end

public void end(Xid xid,
                int flags)
         throws XAException
Specified by:
end in interface XAResource
Throws:
XAException

forget

public void forget(Xid xid)
            throws XAException
Specified by:
forget in interface XAResource
Throws:
XAException

getTransactionTimeout

public int getTransactionTimeout()
                          throws XAException
Specified by:
getTransactionTimeout in interface XAResource
Throws:
XAException

isSameRM

public boolean isSameRM(XAResource xares)
                 throws XAException
Specified by:
isSameRM in interface XAResource
Throws:
XAException

prepare

public int prepare(Xid xid)
            throws XAException
Specified by:
prepare in interface XAResource
Throws:
XAException

recover

public Xid[] recover(int flag)
              throws XAException
Specified by:
recover in interface XAResource
Throws:
XAException

rollback

public void rollback(Xid xid)
              throws XAException
Specified by:
rollback in interface XAResource
Throws:
XAException

setTransactionTimeout

public boolean setTransactionTimeout(int seconds)
                              throws XAException
Specified by:
setTransactionTimeout in interface XAResource
Throws:
XAException

start

public void start(Xid xid,
                  int flags)
           throws XAException
Specified by:
start in interface XAResource
Throws:
XAException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.