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.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.