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

    Modifier and Type
    Method
    Description
    Retrieves a configuration value, based on the given key.
    void
    setItem(String key, String value)
    Sets a configuration value, with the given key.
  • Method Details

    • getItem

      String getItem(String key)
      Retrieves a configuration value, based on the given key.
    • setItem

      void setItem(String key, String value)
      Sets a configuration value, with the given key.