public class NetIndoubtTransaction
extends java.lang.Object
Title: dnc Project
Description:
Modifier and Type | Field and Description |
---|---|
(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_ |
Modifier | Constructor and Description |
---|---|
protected |
NetIndoubtTransaction(javax.transaction.xa.Xid xid,
byte[] uowid,
byte[] cSyncLog,
byte[] pSyncLog,
java.lang.String ipaddr,
int port) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
getCSyncLog() |
protected java.lang.String |
getIpAddr() |
protected int |
getPort() |
protected byte[] |
getPSyncLog() |
protected byte[] |
getUOWID() |
protected javax.transaction.xa.Xid |
getXid() |
javax.transaction.xa.Xid xid_
byte[] uowid_
byte[] cSyncLog_
byte[] pSyncLog_
java.lang.String ipaddr_
int port_
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.