gov.lanl.SimpleCoasClient
Class CoasDump

java.lang.Object
  |
  +--gov.lanl.SimpleCoasClient.CoasDump

public class CoasDump
extends java.lang.Object

Class for dumping the data from a COAS server

Version:
$Revision: 1.6 $ $Date: 2003/02/26 19:14:06 $
Author:
$Author: dwforslund $

Constructor Summary
CoasDump(java.util.Properties props, java.lang.String[] args)
          Creates new CoasDump
 
Method Summary
 void doQuery(java.lang.String whom, java.lang.String[] what, java.lang.String startTime, java.lang.String stopTime)
          Query the COAS server for some ObservationData
static void main(java.lang.String[] args)
          Main program for running COASDump
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoasDump

public CoasDump(java.util.Properties props,
                java.lang.String[] args)
Creates new CoasDump

Parameters:
props - Properties
args - command line arguments
Method Detail

doQuery

public void doQuery(java.lang.String whom,
                    java.lang.String[] what,
                    java.lang.String startTime,
                    java.lang.String stopTime)
Query the COAS server for some ObservationData

Parameters:
whom - is the subject of the observation
what - is the type of observation
startTime - Beginning of time interval of observation
stopTime - End of time interval of observation

main

public static void main(java.lang.String[] args)
Main program for running COASDump

Parameters:
args - Command line arguments


Copyright © 2000 University of California. All Rights Reserved.