DerbyObserver
public class DropOnCommit extends ContainerActionOnCommit
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
isStreamContainer |
identity
Constructor | Description |
---|---|
DropOnCommit(ContainerKey identity) |
|
DropOnCommit(ContainerKey identity,
boolean isStreamContainer) |
Modifier and Type | Method | Description |
---|---|---|
void |
update(DerbyObservable obj,
java.lang.Object arg) |
Called when the transaction is about to complete.
|
equals, hashCode
public DropOnCommit(ContainerKey identity)
public DropOnCommit(ContainerKey identity, boolean isStreamContainer)
public void update(DerbyObservable obj, java.lang.Object arg)
obj
- The object which is being observedarg
- Extra information being passed to the callbackObserver.update(java.util.Observable, java.lang.Object)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.