|
|||||||||
| Home >> All >> org >> apache >> derby >> client >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.client.net
Class NetIndoubtTransaction

java.lang.Objectorg.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()
|
|||||||||
| Home >> All >> org >> apache >> derby >> client >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.derby.client.net.NetIndoubtTransaction