org.gridbus.broker.util
Class SrbFileResolver

java.lang.Object
  extended by org.gridbus.broker.util.FileResolver
      extended by org.gridbus.broker.util.SrbFileResolver

public class SrbFileResolver
extends FileResolver

This class contains utility methods to resolve SRB data files to actual filenames.

Author:
Krishna Nadiminti (kna@unimelb.edu.au)

Constructor Summary
SrbFileResolver(java.util.Vector catalogs)
          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 srchFilName)
          Extracts the physical locations of the files from the logical file names This method is to be implemented by different file-resolver subclass types
 
Methods inherited from class org.gridbus.broker.util.FileResolver
extractFiles, getDatafiles, getDatahosts, getLimit, setDataFilter, setLimit, setLimit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SrbFileResolver

public SrbFileResolver(java.util.Vector catalogs)
                throws java.lang.Exception
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:
catalogs -
Throws:
java.lang.Exception
Method Detail

extractFiles

public void extractFiles(java.lang.String srchFilName)
Description copied from class: FileResolver
Extracts the physical locations of the files from the logical file names This method is to be implemented by different file-resolver subclass types

Specified by:
extractFiles in class FileResolver
Parameters:
srchFilName -
See Also:
FileResolver.extractFiles()