abstract class ContainerActionOnCommit extends java.lang.Object implements DerbyObserver
| Modifier and Type | Field and Description |
|---|---|
protected ContainerKey |
identity |
| Modifier | Constructor and Description |
|---|---|
protected |
ContainerActionOnCommit(ContainerKey identity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
An equals method that returns true if the other obejct
is a sub-class of this, and the container identities
are equal *and* it is the same class as this.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitupdateprotected ContainerKey identity
protected ContainerActionOnCommit(ContainerKey identity)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.ObjectApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.