Package com.nt.udc.ndk.node
Class ConfigMethodManager
java.lang.Object
com.nt.udc.ndk.node.ConfigMethodManager
Manages user-defined methods, as they have been configured in the
NPL "Config" clause of a declarative NPL file.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigMethodManager(ConfigIfc config, LoggerIfc logger) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiongetConfigObject(String configIfcType) Given the interface name, instantiate the associated class.
-
Constructor Details
-
ConfigMethodManager
Creates a new instance.- Parameters:
config- NPL Configurationlogger- node's logger
-
-
Method Details
-
getConfigObject
Given the interface name, instantiate the associated class.- Parameters:
configIfcType- Interface implemented by the returned class.- Returns:
- Instantiated interface object
-