Package com.nt.udc.io

Interface IOSAROutput

All Known Implementing Classes:
COSAROutput, CXML_OSAROutput

public interface IOSAROutput
This interface is used to process OSAR records.
Since:
JDK1.1.7
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    This function is used to check if the output is fully functional.
    void
    This function is used to initialize the data sink
    boolean
    This function is used to store records
  • Method Details

    • setDataSink

      void setDataSink(IDataSink iDataSink)
      This function is used to initialize the data sink
    • storeOSAR

      boolean storeOSAR(COSAR osar)
      This function is used to store records
    • isHealthy

      boolean isHealthy()
      This function is used to check if the output is fully functional.