GlobalXactId
, XAXactId
public abstract class GlobalXact
extends java.lang.Object
This class has 2 direct subclasses.
The main reason for this class is to ensure that equality etc. works in a consistent way across both subclasses.
Modifier and Type | Field | Description |
---|---|---|
protected byte[] |
branch_id |
|
protected int |
format_id |
Protected Fields of the class
|
protected byte[] |
global_id |
Constructor | Description |
---|---|
GlobalXact() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object other) |
|
int |
hashCode() |
Provide a hashCode which is compatable with the equals() method.
|
java.lang.String |
toString() |
protected int format_id
protected byte[] global_id
protected byte[] branch_id
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.