|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.plan.FileResolver
org.gridbus.broker.plan.SrbFileResolver
This class contains utility methods to resolve SRB data files to actual filenames.
| Constructor Summary | |
SrbFileResolver(org.dom4j.Element fragmentElement,
java.util.Hashtable dataHostTable,
java.util.Collection dataFileList)
Constructor for this class This method sets up the LfnFileResolver internal data structures, to enable it to extract the physical file attributes from the lfns. |
|
| Method Summary | |
void |
extractFiles(java.lang.String varName,
java.lang.String srchFilName)
|
int |
getLimit()
Returns the upper limit of the # of files returned by the SRB query |
edu.sdsc.grid.io.srb.SRBAccount |
getSRBAccount()
Returns the SRB Account used by the SRBFileResolver |
void |
setLimit(int fileLimit)
Limits the number of query results |
| Methods inherited from class org.gridbus.broker.plan.FileResolver |
extractFiles, getDataFileList, getDataHostTable, setDataFileList, setDataHostTable |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SrbFileResolver(org.dom4j.Element fragmentElement,
java.util.Hashtable dataHostTable,
java.util.Collection dataFileList)
throws java.lang.Exception
fragmentElement - dataHostTable - dataFileList -
java.lang.Exception| Method Detail |
public void extractFiles(java.lang.String varName,
java.lang.String srchFilName)
varName - srchFilName - FileResolver.extractFiles()public edu.sdsc.grid.io.srb.SRBAccount getSRBAccount()
public void setLimit(int fileLimit)
fileLimit - public int getLimit()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||