|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.plan.FileResolver
Abtract class for FileResolver types
| Constructor Summary | |
FileResolver()
|
|
| Method Summary | |
void |
extractFiles()
Extracts the physical locations of the files from the logical file names This method is to be implemented by different file-resolver subclass types |
java.util.Collection |
getDataFileList()
|
java.util.Hashtable |
getDataHostTable()
Returns the dataHostTable. |
void |
setDataFileList(java.util.Collection dataFileList)
Sets the dataFile List |
void |
setDataHostTable(java.util.Hashtable dataHostTable)
Sets the dataHostTable. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileResolver()
| Method Detail |
public void extractFiles()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.Collection getDataFileList()
public java.util.Hashtable getDataHostTable()
public void setDataHostTable(java.util.Hashtable dataHostTable)
dataHostTable - The dataHostTable to set.public void setDataFileList(java.util.Collection dataFileList)
dataFileList -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||