Class IPDREIFileNode

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

public class IPDREIFileNode extends IPDREINode
This class represents the IPDR Data Collector Node Process. It is used to convert NAR (OSAR) records retrieved from an IPDR 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.
    • getConfigDataClass

      public String getConfigDataClass()
      Overrides:
      getConfigDataClass in class DCNode
      Returns:
      "com.nt.udc.ndk.gui.DCNodeConfigData"
    • main

      public static void main(String[] args)