Class RemoteNodeListConfiguration

java.lang.Object
org.serviceconnector.conf.RemoteNodeListConfiguration

public class RemoteNodeListConfiguration extends Object
The Class RequesterConfiguration. It may hold more than one configuration for a requester, is represented by RemoteNodeConfiguration.
Author:
JTraber
  • Constructor Details

    • RemoteNodeListConfiguration

      public RemoteNodeListConfiguration()
      Instantiates a new remote node list configuration.
  • Method Details

    • load

      public void load(org.apache.commons.configuration2.CompositeConfiguration compositeConfig) throws SCMPValidatorException
      Initializes the requester configuration.
      Parameters:
      compositeConfig - the apache composite config
      Throws:
      SCMPValidatorException - the SCMP validator exception
    • getRequesterConfigurations

      public Map<String,RemoteNodeConfiguration> getRequesterConfigurations()
      Gets the requester configurations.
      Returns:
      the requester configurations