Package org.serviceconnector.conf
Class RemoteNodeListConfiguration
java.lang.Object
org.serviceconnector.conf.RemoteNodeListConfiguration
The Class RequesterConfiguration. It may hold more than one configuration for a requester, is represented by
RemoteNodeConfiguration.- Author:
- JTraber
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new remote node list configuration. -
Method Summary
Modifier and TypeMethodDescriptionGets the requester configurations.voidload(org.apache.commons.configuration2.CompositeConfiguration compositeConfig) Initializes the requester configuration.
-
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
Gets the requester configurations.- Returns:
- the requester configurations
-