Package com.nt.udc.ndk.node
Interface ConfigIfc
- All Known Implementing Classes:
AggrConfig
,AggregatorNode
,Asn1FileEINode
,CommonProcessorNode
,Config
,DCNode
,DCNodeConfigData
,DiscardingProcessorNode
,DupRemoverConfig
,DupRemoverNode
,EINode
,EmptyPartitionedDCNode
,FFOINode
,FileEINode
,FileEnhancerNode
,FlatFileEINode
,FlexibleAggregatorNode
,FtpEIConfigData
,FtpFileEIConfigData
,FtpFileEINode
,FtpFileEnhancerNode
,GeneralNPLProcessorNode
,GenericUdpEINode
,GenevaOINode
,HCDeduplicatorEP
,IPDREIFileNode
,IPDREINode
,JDBCEINode
,JDBCOINode
,LDAPEnhancerNode
,MXAggregatorNode
,NAREINode
,NAROINode
,NARSelectorNode
,NARXMLOINode
,NMinusOneRecordNode
,NPLDeclarations
,NPLProcessorNode
,NPLProcessorNodeMT
,OIFtpNode
,OINode
,PartitionedDCNode
,PortalOINode
,ProcessorNode
,RadiusOINode
,SequenceProcessorNode
,SoapXmlEIConfigData
,SoapXmlEINode
,Sol42EINode
,XMLEIFileNode
,XMLEINode
,XMLOIFileNode
public interface ConfigIfc
Defines methods for retrieving configuration values for the node
-
Method Summary
-
Method Details
-
getItem
Retrieves a configuration value, based on the given key. -
setItem
Sets a configuration value, with the given key.
-