Class XMLEIFileNode

All Implemented Interfaces:
AdminIfc, ConfigIfc, LoggerIfc, NodeHealthIfc, NodeStateManagementIfc, PropertyIfc, StateManagementIfc

public class XMLEIFileNode extends XMLEINode
This class represents the XML Data Collector Node Process. It is used to convert NAR (OSAR) records retrieved from an XML document into records stored in a binary file.

Files are collected from the input directory.

  • Constructor Details

  • Method Details

    • getMinorType

      public String getMinorType()
      Returns the type name of the EI node.
      Specified by:
      getMinorType in class DCNode
      Returns:
      The minor type identifier for this node
    • getConfigDataGuiClass

      public String getConfigDataGuiClass()
      Returns the name of the Config Data GUI clas for this node.
      Specified by:
      getConfigDataGuiClass in class DCNode
      Returns:
      The class name of the DCNodeConfigGUI object used by the node.
    • main

      public static void main(String[] args)