|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.partitioner.SingleLook.MyCallBackHandler
private class SingleLook.MyCallBackHandler
The internal callback handler for the DAXParser in Euryale. It stores all the jobs making up the dax in an internal map, which is then referred to get the job information for the jobs making up the partition.
| Constructor Summary | |
|---|---|
SingleLook.MyCallBackHandler()
The empty constructor. |
|
| Method Summary | |
|---|---|
void |
cb_document(Map attributes)
Callback when the opening tag was parsed. |
void |
cb_done()
Callback when the parsing of the document is done. |
void |
cb_filename(org.griphyn.vdl.dax.Filename filename)
Callback for the filename from section 1 filenames. |
void |
cb_job(org.griphyn.vdl.dax.Job job)
Callback for the job from section 2 jobs. |
void |
cb_parents(String child,
List parents)
Callback for child and parent relationships from section 3. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleLook.MyCallBackHandler()
| Method Detail |
|---|
public void cb_document(Map attributes)
cb_document in interface org.griphyn.vdl.euryale.Callbackattributes - is a map of attribute key to attribute valuepublic void cb_filename(org.griphyn.vdl.dax.Filename filename)
cb_filename in interface org.griphyn.vdl.euryale.Callbackfilename - is a DAX-style filename elements.public void cb_job(org.griphyn.vdl.dax.Job job)
cb_job in interface org.griphyn.vdl.euryale.Callbackjob - the object containing the job information.
public void cb_parents(String child,
List parents)
cb_parents in interface org.griphyn.vdl.euryale.Callbackchild - is the IDREF of the child element.parents - is a list of IDREFs of the included parents.public void cb_done()
cb_done in interface org.griphyn.vdl.euryale.Callback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||