org.apache.jdo.impl.fostore
Class DumpHandler.DBInfoHandler

java.lang.Object
  extended byorg.apache.jdo.impl.fostore.DumpHandler.DumpOptionSubHandler
      extended byorg.apache.jdo.impl.fostore.DumpHandler.DBInfoHandler
Enclosing class:
DumpHandler

class DumpHandler.DBInfoHandler
extends DumpHandler.DumpOptionSubHandler

OptionHandler that dumps DBInfo.


Constructor Summary
(package private) DumpHandler.DBInfoHandler()
           
 
Method Summary
protected  void run(FOStoreDatabase db, java.lang.String className)
          Must be implemented to dump particular kind of info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpHandler.DBInfoHandler

DumpHandler.DBInfoHandler()
Method Detail

run

protected void run(FOStoreDatabase db,
                   java.lang.String className)
            throws java.io.IOException,
                   FOStoreDatabaseException
Description copied from class: DumpHandler.DumpOptionSubHandler
Must be implemented to dump particular kind of info.

Specified by:
run in class DumpHandler.DumpOptionSubHandler
Throws:
java.io.IOException
FOStoreDatabaseException