gov.bnl.star.offline.scheduler.catalog
Class CatalogManager

java.lang.Object
  extended by gov.bnl.star.offline.scheduler.catalog.CatalogManager

Deprecated. please see gov.bnl.star.offline.scheduler.dataset.* for replacements. This class is able to execute file catalog queries on the STAR file catalog implementation.

public class CatalogManager
extends java.lang.Object

Version:
$Revision: 1.11 $ $Date: 2006/11/21 00:41:31 $
Author:
Gabriele Carcassi

Constructor Summary
CatalogManager()
          Deprecated.  
 
Method Summary
static QueryResult executeQuery(CatalogQuery query)
          Deprecated. Executes a file catalog query and returns the output.
static java.util.List getAttrList()
          Deprecated.  
static void main(java.lang.String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogManager

public CatalogManager()
Deprecated. 
Method Detail

executeQuery

public static QueryResult executeQuery(CatalogQuery query)
Deprecated. 
Executes a file catalog query and returns the output. To do this, an external process get_file_list script is executed, its output parsed and returned.

Parameters:
query - a file catalog query where the query part is the -cond parameter for the STAR file catalog.
Returns:
the list of files retrieved by the query

getAttrList

public static java.util.List getAttrList()
Deprecated. 

main

public static void main(java.lang.String[] args)
Deprecated. 


Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.