|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.fostore.CommitHandler.CommitFinisher
An instance of this class is the means by which a commit actually happens. We must do this in a finisher, and not in handleRequest, because the finishers for insert, etc. must run before we commit.
Field Summary | |
private FOStoreServerConnection |
con
|
Constructor Summary | |
(package private) |
CommitHandler.CommitFinisher(FOStoreServerConnection con)
|
Method Summary | |
void |
finish()
Really commit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final FOStoreServerConnection con
Constructor Detail |
CommitHandler.CommitFinisher(FOStoreServerConnection con)
Method Detail |
public void finish()
finish
in interface RequestFinisher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |