org.apache.derby.client.net
Class NetIndoubtTransaction

java.lang.Object
  extended by org.apache.derby.client.net.NetIndoubtTransaction

public class NetIndoubtTransaction
extends java.lang.Object

Title: dnc Project

Description:

Version:
1.0

Field Summary
(package private)  byte[] cSyncLog_
           
(package private)  java.lang.String ipaddr_
           
(package private)  int port_
           
(package private)  byte[] pSyncLog_
           
(package private)  byte[] uowid_
           
(package private)  javax.transaction.xa.Xid xid_
           
 
Constructor Summary
protected NetIndoubtTransaction(javax.transaction.xa.Xid xid, byte[] uowid, byte[] cSyncLog, byte[] pSyncLog, java.lang.String ipaddr, int port)
           
 
Method Summary
protected  byte[] getCSyncLog()
           
protected  java.lang.String getIpAddr()
           
protected  int getPort()
           
protected  byte[] getPSyncLog()
           
protected  byte[] getUOWID()
           
protected  javax.transaction.xa.Xid getXid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xid_

javax.transaction.xa.Xid xid_

uowid_

byte[] uowid_

cSyncLog_

byte[] cSyncLog_

pSyncLog_

byte[] pSyncLog_

ipaddr_

java.lang.String ipaddr_

port_

int port_
Constructor Detail

NetIndoubtTransaction

protected NetIndoubtTransaction(javax.transaction.xa.Xid xid,
                                byte[] uowid,
                                byte[] cSyncLog,
                                byte[] pSyncLog,
                                java.lang.String ipaddr,
                                int port)
Method Detail

getXid

protected javax.transaction.xa.Xid getXid()

getUOWID

protected byte[] getUOWID()

getCSyncLog

protected byte[] getCSyncLog()

getPSyncLog

protected byte[] getPSyncLog()

getIpAddr

protected java.lang.String getIpAddr()

getPort

protected int getPort()

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.