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 and Description |
---|---|
protected byte[] |
branch_id |
protected int |
format_id
Protected Fields of the class
|
protected byte[] |
global_id |
Constructor and Description |
---|
GlobalXact() |
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.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.