Class ContainerActionOnCommit
java.lang.Object
org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
- All Implemented Interfaces:
DerbyObserver
- Direct Known Subclasses:
ContainerHandleActionOnCommit
,DropOnCommit
An Observer that can be attached to a transaction to
implement some action when the transaction
commits or rollsback in some way.
-
Field Details
-
identity
-
-
Constructor Details
-
ContainerActionOnCommit
-
-
Method Details
-
hashCode
public int hashCode() -
equals
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.
This allows mutiple additions of value equality obejcts to the observer list while only retaining one.
-