Class ContainerHandleActionOnCommit
java.lang.Object
org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
org.apache.derby.impl.store.raw.data.ContainerHandleActionOnCommit
- All Implemented Interfaces:
DerbyObserver
- Direct Known Subclasses:
SyncOnCommit, TruncateOnCommit
An abstract class that opens the container at commit and delegates
the actual work to a sub-class.
-
Field Summary
Fields inherited from class ContainerActionOnCommit
identity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voiddoIt(BaseContainerHandle handle) voidOpen the container and call the doIt methodMethods inherited from class ContainerActionOnCommit
equals, hashCodeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DerbyObserver
update
-
Constructor Details
-
ContainerHandleActionOnCommit
-
-
Method Details
-
openContainerAndDoIt
Open the container and call the doIt method -
doIt
- Throws:
StandardException
-