java.io.Serializable
, javax.transaction.xa.Xid
class ijXid
extends java.lang.Object
implements javax.transaction.xa.Xid, java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
private byte[] |
branch_id |
|
private int |
format_id |
|
private byte[] |
global_id |
|
private static long |
serialVersionUID |
Constructor | Description |
---|---|
ijXid(int xid,
byte[] id) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
private static final long serialVersionUID
private final int format_id
private final byte[] global_id
private final byte[] branch_id
public int getFormatId()
getFormatId
in interface javax.transaction.xa.Xid
public byte[] getGlobalTransactionId()
getGlobalTransactionId
in interface javax.transaction.xa.Xid
public byte[] getBranchQualifier()
getBranchQualifier
in interface javax.transaction.xa.Xid
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.