| java.lang.Object ersatz.resourceadapter.XAResourceImpl
XAResourceImpl | public class XAResourceImpl implements XAResource,java.io.Serializable(Code) | | author: Bob Kruse author: Jtest Resource Adapter author: used to test the J2EE Connector as implemented by JOnAS. |
recoverFlag | int recoverFlag(Code) | | |
XAResourceImpl | public XAResourceImpl(ManagedConnection MC)(Code) | | |
getCurrentMc | public ManagedConnection getCurrentMc()(Code) | | |
getCurrentXid | public Xid getCurrentXid()(Code) | | |
getXidState | public int getXidState()(Code) | | |
isSameRM | public boolean isSameRM(XAResource xares) throws XAException(Code) | | Determine if the resource manager instance represented by the target object is the
same as the resource manager instance represented by the parameter xares
|
recover | public Xid[] recover(int flag) throws XAException(Code) | | Obtain a list of prepared transaction branches from a resource manager.
|
setTransactionTimeout | public boolean setTransactionTimeout(int seconds) throws XAException(Code) | | |
|
|