class utilXid
extends java.lang.Object
implements javax.transaction.xa.Xid, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
branch_id |
private int |
format_id |
private byte[] |
global_id |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
utilXid(int format_id,
byte[] global_id,
byte[] branch_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte[] |
getBranchQualifier()
Obtain the transaction branch qualifier part of the Xid in a byte array.
|
int |
getFormatId()
Obtain the format id part of the Xid.
|
byte[] |
getGlobalTransactionId()
Obtain the global transaction identifier part of XID as an array of
bytes.
|
int |
hashCode() |
private static final long serialVersionUID
private final int format_id
private byte[] global_id
private byte[] branch_id
public int getFormatId()
getFormatId in interface javax.transaction.xa.Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface javax.transaction.xa.Xidpublic byte[] getBranchQualifier()
getBranchQualifier in interface javax.transaction.xa.Xidpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.