All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.WriteTOSRpt

java.lang.Object
   |
   +----JObserve.Report
           |
           +----JObserve.VLA.WriteTOSRpt

public class WriteTOSRpt
extends Report
Write Time on source report file utility class. This class is never instantiated and consists entirely of static functions.

See Also:
Report

Constructor Index

 o WriteTOSRpt()

Method Index

 o WriteTOSReport(String, Observation)
Write Scheduling report

Constructors

 o WriteTOSRpt
 public WriteTOSRpt()

Methods

 o WriteTOSReport
 public static synchronized void WriteTOSReport(String file,
                                                Observation Obs) throws IOException
Write Scheduling report

Parameters:
String - the name of the file
Observation - the associated observation (schedule).
Throws: IOException
if problem opening, writing or closing file

All Packages  Class Hierarchy  This Package  Previous  Next  Index