org.gridbus.broker.plan
Class LfnFileResolver

java.lang.Object
  extended byorg.gridbus.broker.plan.FileResolver
      extended byorg.gridbus.broker.plan.LfnFileResolver

public class LfnFileResolver
extends FileResolver

This class has methods to resolve logical file names that appear in the plan file

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

Constructor Summary
LfnFileResolver(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 url)
           
 
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

LfnFileResolver

public LfnFileResolver(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.

Parameters:
fragmentElement -
dataHostTable -
dataFileList -
Method Detail

extractFiles

public void extractFiles(java.lang.String varName,
                         java.lang.String url)
Parameters:
varName -
url -
See Also:
FileResolver.extractFiles()