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

java.lang.Object
  extended byorg.apache.jdo.impl.fostore.Dumper.DumpOptionSubRequest
      extended byorg.apache.jdo.impl.fostore.Dumper.ClassRequest
          extended byorg.apache.jdo.impl.fostore.Dumper.ClassInstancesRequest
Enclosing class:
Dumper

static class Dumper.ClassInstancesRequest
extends Dumper.ClassRequest

DumpRequest that dumps information about the instances of a class.


Field Summary
protected  javax.jdo.PersistenceManager pm
           
protected  FOStoreStoreManager srm
           
protected  java.util.StringTokenizer st
           
 
Constructor Summary
(package private) Dumper.ClassInstancesRequest()
           
 
Method Summary
protected  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.
protected  void subDump(java.lang.String className)
          Subclasses must implement, to dump their particular kind of info.
 
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.ClassInstancesRequest

Dumper.ClassInstancesRequest()
Method Detail

subDump

protected void subDump(java.lang.String className)
Description copied from class: Dumper.ClassRequest
Subclasses must implement, to dump their particular kind of info.

Specified by:
subDump in class Dumper.ClassRequest

dump

protected void dump()
Description copied from class: Dumper.DumpOptionSubRequest
Subclasses must implement, to dump their particular kind of info.

Specified by:
dump in class Dumper.DumpOptionSubRequest

run

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