|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gridbus.broker.util.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 |
abstract void |
extractFiles(java.lang.String varName,
java.lang.String dataFilter)
Extracts the physical locations of the files from the logical file names This method is to be implemented by different file-resolver subclass types |
static java.util.Collection |
getCatalogs()
|
java.util.Collection |
getDataFileList()
|
static java.util.Collection |
getDatafiles()
|
java.lang.String |
getDataFilter()
|
static java.util.Hashtable |
getDatahosts()
|
java.util.Hashtable |
getDataHostTable()
Returns the dataHostTable. |
int |
getLimit()
Returns the upper limit of the # of files returned by the query |
java.lang.String |
getVarName()
|
static void |
setCatalogs(java.util.Collection catalogs)
The catalog services are queried by the fileResolver. |
void |
setDataFileList(java.util.Collection dataFileList)
Sets the dataFile List |
static void |
setDatafiles(java.util.Collection datafiles)
|
void |
setDataFilter(java.lang.String dataFilter)
|
static void |
setDatahosts(java.util.Hashtable datahosts)
|
void |
setDataHostTable(java.util.Hashtable dataHostTable)
Sets the dataHostTable. |
void |
setLimit(int fileLimit)
Limits the number of query results |
void |
setLimit(java.lang.Integer fileLimit)
Limits the number of query results |
void |
setVarName(java.lang.String varName)
|
| 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.Exception
public abstract void extractFiles(java.lang.String varName,
java.lang.String dataFilter)
throws java.lang.Exception
varName - dataFilter -
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 - public void setLimit(java.lang.Integer fileLimit)
fileLimit - public void setLimit(int fileLimit)
fileLimit - public int getLimit()
public java.lang.String getDataFilter()
public void setDataFilter(java.lang.String dataFilter)
dataFilter - The dataFilter to set.public java.lang.String getVarName()
public void setVarName(java.lang.String varName)
varName - The varName to set.public static java.util.Collection getCatalogs()
public static void setCatalogs(java.util.Collection catalogs)
catalogs - The catalogs to set.public static java.util.Collection getDatafiles()
public static void setDatafiles(java.util.Collection datafiles)
datafiles - The datafiles to set.public static java.util.Hashtable getDatahosts()
public static void setDatahosts(java.util.Hashtable datahosts)
datahosts - The datahosts to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||