Package com.novell.nds.dirxml.driver.delimitedtext

Interface Summary
Extension This is the parent interface for several Extension interfaces that allow you to extend the capabilities of the DirXML driver for Delimited Text.
InputSorter This interface allows you to implement a class that will receive notification of one or more new input files that the publisher channel has found to process, and allow you to determine the order in which the input files should be processed.
InputSource When a class implementing this interface is defined and present, the Delimited Text driver asks the class for new input files once every polling period, rather than looking for them directly on the local file system.
PostProcessor The listener interface for receiving notification of new output files created by the Delimited Text driver's subscriber channel.
PreProcessor The listener interface for receiving notification of new input files to process.
Tracer An object implementing Tracer is passed to an Extension's init method so that it can send messages to the DSTrace utility.
 

Exception Summary
SkipFileException If a PreProcessor wants the Delimited Text driver to skip an input file without processing it, it throws this exception.
StatusException This exception can be thrown by Delimited Text driver extensions to indicate that an error has occurred in the extension.
WaitException If a PreProcessor wants the Delimited Text driver to skip an input file during the current polling period only, it throws this exception.