org.gridbus.broker.xpml
Interface ClassInterpreter

All Known Implementing Classes:
XpmlInterpreter

public interface ClassInterpreter

This is the abstract class for task file interpreters

Author:
Ding Choon Hoong (chd@students.cs.mu.oz.au)

Method Summary
 java.util.Vector getDataFileList()
           
 java.util.Hashtable getDataHostTable()
           
 java.util.Vector getJobs()
           
 Requirement getNodeRequirements()
           
 void process(org.dom4j.Document document)
          Abstract method to process xml doc
 void setServices(java.util.Vector services)
           
 

Method Detail

process

void process(org.dom4j.Document document)
             throws java.lang.Exception
Abstract method to process xml doc

Parameters:
document -
Throws:
java.lang.Exception

getJobs

java.util.Vector getJobs()
Returns:

getDataFileList

java.util.Vector getDataFileList()
Returns:

getNodeRequirements

Requirement getNodeRequirements()
Returns:

getDataHostTable

java.util.Hashtable getDataHostTable()
Returns:

setServices

void setServices(java.util.Vector services)
Parameters:
services -