mysql
Class ObserveSql.Transfer

java.lang.Object
  extended by mysql.ObserveSql.Transfer
Enclosing class:
ObserveSql

public static final class ObserveSql.Transfer
extends Object

To make sure that fits in the transfered directory has been correctly entered into the db.


Field Summary
private static String DATEEST
           
private static String DATEESTREM
           
static DateFormat DIRFORMAT
          How we format a directory on the remote machine.
private static DateFormat JDATE
           
private static String JHEAD
           
private static double SECDELAY
           
 
Constructor Summary
ObserveSql.Transfer()
           
 
Method Summary
static void main(String[] arg)
          Command line argument is either a single fits file if ending with .fits or a list of fits files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRFORMAT

public static final DateFormat DIRFORMAT
How we format a directory on the remote machine.


JHEAD

private static final String JHEAD
See Also:
Constant Field Values

DATEEST

private static final String DATEEST
See Also:
Constant Field Values

DATEESTREM

private static final String DATEESTREM
See Also:
Constant Field Values

SECDELAY

private static final double SECDELAY
See Also:
Constant Field Values

JDATE

private static final DateFormat JDATE
Constructor Detail

ObserveSql.Transfer

public ObserveSql.Transfer()
Method Detail

main

public static void main(String[] arg)
                 throws SQLException,
                        nom.tam.fits.FitsException,
                        ParseException,
                        ConnectException,
                        IOException
Command line argument is either a single fits file if ending with .fits or a list of fits files.

Throws:
SQLException
nom.tam.fits.FitsException
ParseException
ConnectException
IOException