org.apache.jdo.impl.fostore
Class Dumper.ClassSubclassesRequest
java.lang.Object
org.apache.jdo.impl.fostore.Dumper.DumpOptionSubRequest
org.apache.jdo.impl.fostore.Dumper.ClassRequest
org.apache.jdo.impl.fostore.Dumper.ClassSubclassesRequest
- Enclosing class:
- Dumper
- static class Dumper.ClassSubclassesRequest
- extends Dumper.ClassRequest
DumpRequest that dumps information about the subclasses
of a class.
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 |
pm
protected javax.jdo.PersistenceManager pm
srm
protected FOStoreStoreManager srm
st
protected java.util.StringTokenizer st
Dumper.ClassSubclassesRequest
Dumper.ClassSubclassesRequest()
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.