|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridbus.broker.util.FileResolver
public abstract class 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 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 |
java.util.Collection |
getDatafiles()
|
java.util.Hashtable |
getDatahosts()
|
int |
getLimit()
Returns the upper limit of the # of files returned by the query |
void |
setDataFilter(java.lang.String dataFilter)
|
void |
setLimit(int fileLimit)
Limits the number of query results |
void |
setLimit(java.lang.Integer fileLimit)
Limits the number of query results |
| 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 dataFilter)
throws java.lang.Exception
dataFilter -
java.lang.Exceptionpublic void setLimit(java.lang.Integer fileLimit)
fileLimit - public void setLimit(int fileLimit)
fileLimit - public int getLimit()
public java.util.Collection getDatafiles()
public java.util.Hashtable getDatahosts()
public void setDataFilter(java.lang.String dataFilter)
dataFilter - The dataFilter to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||