Class NetXACallInfo

java.lang.Object
org.apache.derby.client.net.NetXACallInfo

class NetXACallInfo extends Object
  • Field Details

    • xid_

      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_
    • actualConn_

      NetXAConnection actualConn_
    • in_

      private InputStream in_
    • out_

      private OutputStream out_
  • Constructor Details

    • NetXACallInfo

      public NetXACallInfo()
    • NetXACallInfo

      NetXACallInfo(Xid xid, int flags, NetXAConnection actualConn)
  • Method Details

    • saveConnectionVariables

      void saveConnectionVariables()
    • getInputStream

      public InputStream getInputStream()
    • getOutputStream

      public OutputStream getOutputStream()