dods.clients.importwizard
Class InventoryGatherInfo

java.lang.Object
  extended by java.lang.Thread
      extended by dods.clients.importwizard.InventoryGatherInfo
All Implemented Interfaces:
Runnable

public class InventoryGatherInfo
extends Thread

This class gathers the dataset information.

Version:
1.00 16 Aug 2001
Author:
Kashan A. Shaikh

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
InventoryGatherInfo(String url)
           
 
Method Summary
 String getDatasetName()
           
 String getDateFields()
           
 String getDateFunction()
           
 int getHighDay()
           
 int getHighMonth()
           
 int getHighYear()
           
 int getLowDay()
           
 int getLowMonth()
           
 int getLowYear()
           
 int getNumVariables()
           
 String getSequenceName()
           
 String[][] getVariableContents()
           
 String[] getVariableNames()
           
 boolean isFileserver()
           
 void run()
           
 boolean timeExists()
           
 boolean variablesExist()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InventoryGatherInfo

public InventoryGatherInfo(String url)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread

isFileserver

public boolean isFileserver()

getDatasetName

public String getDatasetName()

variablesExist

public boolean variablesExist()

timeExists

public boolean timeExists()

getSequenceName

public String getSequenceName()

getLowYear

public int getLowYear()

getLowMonth

public int getLowMonth()

getLowDay

public int getLowDay()

getHighYear

public int getHighYear()

getHighMonth

public int getHighMonth()

getHighDay

public int getHighDay()

getDateFields

public String getDateFields()

getDateFunction

public String getDateFunction()

getNumVariables

public int getNumVariables()

getVariableNames

public String[] getVariableNames()

getVariableContents

public String[][] getVariableContents()