org.jboss.jca.core.tx.noopts
Class LocalXAResourceImpl

java.lang.Object
  extended by org.jboss.jca.core.tx.noopts.LocalXAResourceImpl
All Implemented Interfaces:
XAResource, org.jboss.jca.core.spi.transaction.LastResource, org.jboss.jca.core.spi.transaction.local.LocalXAResource

public class LocalXAResourceImpl
extends Object
implements org.jboss.jca.core.spi.transaction.local.LocalXAResource

Local XA resource implementation.

Author:
Jesper Pedersen

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
LocalXAResourceImpl()
          Creates a new instance.
 
Method Summary
 void commit(Xid xid, boolean onePhase)
          
 void end(Xid xid, int flags)
          
 void forget(Xid xid)
          
 int getTransactionTimeout()
          
 boolean isSameRM(XAResource xaResource)
          
 int prepare(Xid xid)
          
 Xid[] recover(int flag)
          
 void rollback(Xid xid)
          
 void setConnectionListener(org.jboss.jca.core.api.connectionmanager.listener.ConnectionListener cl)
          
 void setConnectionManager(org.jboss.jca.core.api.connectionmanager.ConnectionManager connectionManager)
          
 boolean setTransactionTimeout(int seconds)
          
 void start(Xid xid, int flags)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalXAResourceImpl

public LocalXAResourceImpl()
Creates a new instance.

Method Detail

setConnectionManager

public void setConnectionManager(org.jboss.jca.core.api.connectionmanager.ConnectionManager connectionManager)

Specified by:
setConnectionManager in interface org.jboss.jca.core.spi.transaction.local.LocalXAResource

setConnectionListener

public void setConnectionListener(org.jboss.jca.core.api.connectionmanager.listener.ConnectionListener cl)

Specified by:
setConnectionListener in interface org.jboss.jca.core.spi.transaction.local.LocalXAResource

start

public void start(Xid xid,
                  int flags)
           throws XAException

Specified by:
start in interface XAResource
Throws:
XAException

end

public void end(Xid xid,
                int flags)
         throws XAException

Specified by:
end in interface XAResource
Throws:
XAException

commit

public void commit(Xid xid,
                   boolean onePhase)
            throws XAException

Specified by:
commit 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 xaResource)
                 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


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)