org.apache.derby.client.net
Class NetXACallInfo
java.lang.Object
org.apache.derby.client.net.NetXACallInfo
public class NetXACallInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xid_
javax.transaction.xa.Xid xid_
xaFlags_
int xaFlags_
xaTimeoutMillis_
long xaTimeoutMillis_
- XA transaction timeout in milliseconds. The value less than 0 means
that the time out is not specified. The value 0 means infinite timeout.
xaFunction_
int xaFunction_
xaRetVal_
int xaRetVal_
xaInProgress_
boolean xaInProgress_
xaWasSuspended
boolean xaWasSuspended
currConnection_
boolean currConnection_
freeEntry_
boolean freeEntry_
convReleased_
boolean convReleased_
xaResource_
NetXAResource xaResource_
actualConn_
NetXAConnection actualConn_
crrtkn_
private byte[] crrtkn_
in_
private java.io.InputStream in_
out_
private java.io.OutputStream out_
uowid_
private byte[] uowid_
readOnlyTransaction_
private boolean readOnlyTransaction_
NetXACallInfo
public NetXACallInfo()
NetXACallInfo
public NetXACallInfo(javax.transaction.xa.Xid xid,
int flags,
NetXAResource xares,
NetXAConnection actualConn)
saveConnectionVariables
public void saveConnectionVariables()
getInputStream
public java.io.InputStream getInputStream()
getOutputStream
public java.io.OutputStream getOutputStream()
getCorrelatorToken
public byte[] getCorrelatorToken()
setUOWID
protected void setUOWID(byte[] uowid)
getUOWID
protected byte[] getUOWID()
setReadOnlyTransactionFlag
protected void setReadOnlyTransactionFlag(boolean flag)
getReadOnlyTransactionFlag
protected boolean getReadOnlyTransactionFlag()
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.