de.fhg.igd.earth.observe.trace
Class InfoCache

java.lang.Object
  extended byde.fhg.igd.earth.observe.trace.InfoCache

public class InfoCache
extends Object

This class is a storage for InfoRecords. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG

Version:
: 1.0
Author:
: Werner Beutel

Field Summary
protected  String datapath_
           
static String FILENAME
           
private  Hashtable records_
           
 
Constructor Summary
InfoCache()
          Creates an instance of this class
 
Method Summary
 InfoRecord getRecord(String url)
          returns a InfoRecord Object to a given url
private  InfoRecord load(String url)
          Loads a InfoRecord
 void setDatapath(String datapath)
          sets the datapath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILENAME

public static final String FILENAME
See Also:
Constant Field Values

records_

private Hashtable records_

datapath_

protected String datapath_
Constructor Detail

InfoCache

public InfoCache()
Creates an instance of this class

Method Detail

getRecord

public InfoRecord getRecord(String url)
returns a InfoRecord Object to a given url


setDatapath

public void setDatapath(String datapath)
sets the datapath

Parameters:
datapath -

load

private InfoRecord load(String url)
Loads a InfoRecord

Returns:
InfoRecord


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.