org.apache.jdo.impl.fostore
Class Dumper.DumpOptionSubRequest

java.lang.Object
  extended byorg.apache.jdo.impl.fostore.Dumper.DumpOptionSubRequest
Direct Known Subclasses:
Dumper.ClassRequest, Dumper.DBInfoRequest
Enclosing class:
Dumper

abstract static class Dumper.DumpOptionSubRequest
extends java.lang.Object

Abstract class for dumping database information. Clients create instances of subclasses and then invoke run. Subclasses implement dump method to do the real work.


Field Summary
protected  javax.jdo.PersistenceManager pm
           
protected  FOStoreStoreManager srm
           
protected  java.util.StringTokenizer st
           
 
Constructor Summary
(package private) Dumper.DumpOptionSubRequest()
           
 
Method Summary
protected abstract  void dump()
          Subclasses must implement, to dump their particular kind of info.
(package private)  void run()
          Called by clients to cause information to be dumped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pm

protected javax.jdo.PersistenceManager pm

srm

protected FOStoreStoreManager srm

st

protected java.util.StringTokenizer st
Constructor Detail

Dumper.DumpOptionSubRequest

Dumper.DumpOptionSubRequest()
Method Detail

run

void run()
Called by clients to cause information to be dumped.


dump

protected abstract void dump()
Subclasses must implement, to dump their particular kind of info.