DerbyObserverpublic class SyncOnCommit extends ContainerHandleActionOnCommit
identity| Constructor | Description |
|---|---|
SyncOnCommit(ContainerKey identity) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
doIt(BaseContainerHandle handle) |
|
void |
update(DerbyObservable obj,
java.lang.Object arg) |
This is the callback method which is invoked when a change happens
to the object which is being observed.
|
equals, hashCodeopenContainerAndDoItpublic SyncOnCommit(ContainerKey identity)
public void update(DerbyObservable obj, java.lang.Object arg)
DerbyObserverobj - The object which is being observedarg - Extra information being passed to the callbackprotected void doIt(BaseContainerHandle handle) throws StandardException
doIt in class ContainerHandleActionOnCommitStandardException - Standard Derby error policyApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.