All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.WriteFullRpt

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

public class WriteFullRpt
extends Report
Write Full report file utility class. This class is never instantiated and consists entirely of static functions.

See Also:
Report

Constructor Index

 o WriteFullRpt()

Method Index

 o WriteFullReport(String, Observation)
Write Scheduling report

Constructors

 o WriteFullRpt
 public WriteFullRpt()

Methods

 o WriteFullReport
 public static synchronized void WriteFullReport(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