org.mule.transport.jms.xa
Class XAResourceWrapper

java.lang.Object
  extended by org.mule.transport.jms.xa.XAResourceWrapper
All Implemented Interfaces:
XAResource

public class XAResourceWrapper
extends Object
implements XAResource


Field Summary
 
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
 
Constructor Summary
XAResourceWrapper(XAResource xaResource, SessionInvocationHandler sessionInvocationHandler, Boolean sameRMOverrideValue)
           
 
Method Summary
 void commit(Xid xid, boolean b)
           
 void end(Xid xid, int i)
           
 void forget(Xid xid)
           
 int getTransactionTimeout()
           
 boolean isSameRM(XAResource other)
           
 int prepare(Xid xid)
           
 Xid[] recover(int i)
           
 void rollback(Xid xid)
           
 boolean setTransactionTimeout(int i)
           
 void start(Xid xid, int i)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XAResourceWrapper

public XAResourceWrapper(XAResource xaResource,
                         SessionInvocationHandler sessionInvocationHandler,
                         Boolean sameRMOverrideValue)
Method Detail

getTransactionTimeout

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

setTransactionTimeout

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

isSameRM

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

recover

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

prepare

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

forget

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

rollback

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

end

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

start

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

commit

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

toString

public String toString()
Overrides:
toString in class Object


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