org.apache.jdo.impl.fostore
Interface RequestFinisher

All Known Implementing Classes:
ActivateClassHandler.ActivateClassFinisher, CommitHandler.CommitFinisher, InsertHandler.InsertFinisher

interface RequestFinisher

Means by which a request can indicate that there is work to be done once all requests have been processed.

Author:
Dave Bristor

Method Summary
 void finish()
          Does some post-request processing work on behalf of the request which created it.
 

Method Detail

finish

public void finish()
Does some post-request processing work on behalf of the request which created it.