Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » resource » connectionmanager » xa » [javadoc | source]
org.jboss.resource.connectionmanager.xa
public class: XAResourceWrapper [javadoc | source]
java.lang.Object
   org.jboss.resource.connectionmanager.xa.XAResourceWrapper

All Implemented Interfaces:
    Serializable, XAResource

A XAResourceWrapper.
Constructor:
 public XAResourceWrapper(XAResource resource) 
 public XAResourceWrapper(boolean pad,
    XAResource resource) 
 public XAResourceWrapper(Boolean override,
    boolean pad,
    XAResource resource) 
Method from org.jboss.resource.connectionmanager.xa.XAResourceWrapper Summary:
commit,   end,   forget,   getTransactionTimeout,   isSameRM,   prepare,   recover,   rollback,   setTransactionTimeout,   start,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.resource.connectionmanager.xa.XAResourceWrapper Detail:
 public  void commit(Xid xid,
    boolean onePhase) throws XAException 
 public  void end(Xid xid,
    int flags) throws XAException 
 public  void forget(Xid xid) throws XAException 
 public int getTransactionTimeout() throws XAException 
 public boolean isSameRM(XAResource resource) throws XAException 
 public int prepare(Xid xid) throws XAException 
 public Xid[] recover(int flag) throws XAException 
 public  void rollback(Xid xid) throws XAException 
 public boolean setTransactionTimeout(int flag) throws XAException 
 public  void start(Xid xid,
    int flags) throws XAException 
 public String toString()