|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.store.raw.data.ContainerActionOnCommit
org.apache.derby.impl.store.raw.data.ContainerHandleActionOnCommit
public abstract class ContainerHandleActionOnCommit
An abstract class that opens the container at commit and delegates the actual work to a sub-class.
Field Summary |
---|
Fields inherited from class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit |
---|
identity |
Constructor Summary | |
---|---|
ContainerHandleActionOnCommit(ContainerKey identity)
|
Method Summary | |
---|---|
protected abstract void |
doIt(BaseContainerHandle handle)
|
void |
openContainerAndDoIt(RawTransaction xact)
Open the container and call the doIt method |
Methods inherited from class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Observer |
---|
update |
Constructor Detail |
---|
public ContainerHandleActionOnCommit(ContainerKey identity)
Method Detail |
---|
public void openContainerAndDoIt(RawTransaction xact)
protected abstract void doIt(BaseContainerHandle handle) throws StandardException
StandardException
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |