|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.parameter.TargetList.TargetDump
public static class TargetList.TargetDump
A class that is a thread and dumps all of the targets registered at VM-exit to the scheduler to the dump directory. File names are derived from target definitions, file section. Existing files are overwrittn.
| Field Summary | |
|---|---|
private File |
dump
The dump directory. |
private Map |
info
My properties, used for writing. |
private Collection |
sched
The xml-scheduler reference. |
| Constructor Summary | |
|---|---|
TargetList.TargetDump(File dir,
Collection targets,
Map prop)
Constructs a new target dump giving the dump directory and a reference to the xml-scheduler. |
|
| Method Summary | |
|---|---|
void |
dump()
The dumping method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private File dump
private Collection sched
private Map info
| Constructor Detail |
|---|
public TargetList.TargetDump(File dir,
Collection targets,
Map prop)
| Method Detail |
|---|
public void dump()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||