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 TypeMethodDescriptionboolean
This function is used to check if the output is fully functional.void
setDataSink
(IDataSink iDataSink) This function is used to initialize the data sinkboolean
This function is used to store records
-
Method Details
-
setDataSink
This function is used to initialize the data sink -
storeOSAR
This function is used to store records -
isHealthy
boolean isHealthy()This function is used to check if the output is fully functional.
-