Class ConfigMethodManager

java.lang.Object
com.nt.udc.ndk.node.ConfigMethodManager

public class ConfigMethodManager extends Object
Manages user-defined methods, as they have been configured in the NPL "Config" clause of a declarative NPL file.
  • Constructor Details

    • ConfigMethodManager

      public ConfigMethodManager(ConfigIfc config, LoggerIfc logger)
      Creates a new instance.
      Parameters:
      config - NPL Configuration
      logger - node's logger
  • Method Details

    • getConfigObject

      public Object getConfigObject(String configIfcType)
      Given the interface name, instantiate the associated class.
      Parameters:
      configIfcType - Interface implemented by the returned class.
      Returns:
      Instantiated interface object