org.apache.jdo.impl.fostore
Class ActivateClassHandler.ActivateClassFinisher

java.lang.Object
  extended byorg.apache.jdo.impl.fostore.ActivateClassHandler.ActivateClassFinisher
All Implemented Interfaces:
RequestFinisher
Enclosing class:
ActivateClassHandler

class ActivateClassHandler.ActivateClassFinisher
extends java.lang.Object
implements RequestFinisher

Takes care of changing the provisional CLIDs in fields whose classes have been activated into real CLIDs.


Field Summary
private  FOStoreDatabase db
           
private  OID oid
           
 
Constructor Summary
(package private) ActivateClassHandler.ActivateClassFinisher(FOStoreDatabase db, OID oid)
           
 
Method Summary
 void finish()
          Does some post-request processing work on behalf of the request which created it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

db

private final FOStoreDatabase db

oid

private final OID oid
Constructor Detail

ActivateClassHandler.ActivateClassFinisher

ActivateClassHandler.ActivateClassFinisher(FOStoreDatabase db,
                                           OID oid)
Method Detail

finish

public void finish()
Description copied from interface: RequestFinisher
Does some post-request processing work on behalf of the request which created it.

Specified by:
finish in interface RequestFinisher
See Also:
RequestFinisher.finish()