public class ConfigLoader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigLoader.Algorithm |
static class |
ConfigLoader.UnavailableBehavior |
Constructor and Description |
---|
ConfigLoader()
loads the config from the properties file.
|
ConfigLoader(boolean p)
create an empty config loader object and initializes the client proxy
objects to the initial state, no configuration settings will be
available.
|
ConfigLoader(Properties p)
Allows for setting up the config via a provided properties instance
|
public static final String PROP_MESSAGE_PROCESSOR_IMPL
protected SecurityWrapper classlevel
protected StatusService ssport
protected StatusServiceService ss
protected ConfigLoader.Algorithm SSalgo
protected int SSRetryCount
protected PolicyConfigurationService pcsservice
protected PCS pcsport
protected ConfigLoader.Algorithm PCSalgo
protected int PCSRetryCount
protected DataCollectorService dcsservice
protected DCS dcsport
protected ConfigLoader.Algorithm DCSalgo
protected int DCSRetryCount
protected ConfigLoader.Algorithm ACSalgo
protected int ACSRetryCount
protected ConfigLoader.Algorithm ACSAalgo
protected int ACSARetryCount
protected ReportingService rsport
protected ReportingService_Service rs
protected DataAccessService dasport
protected DataAccessService_Service das
protected ConfigLoader.Algorithm RSAalgo
protected int RSRetryCount
protected AutomatedReportingService arsport
protected AutomatedReportingService_Service ars
protected ConfigLoader.Algorithm ARSAalgo
protected int ARSRetryCount
protected Properties prop
protected String username
protected String password
protected String certinfo
protected Constants.AuthMode mode_
protected long discoveryInterval
protected String offlinestorage
protected ConfigLoader.UnavailableBehavior behavior
protected String javaxtruststore
protected String javaxtruststorepass
protected String javaxkeystore
protected String javaxkeystorepass
public ConfigLoader(Properties p) throws ConfigurationException
p
- ConfigurationException
public ConfigLoader(boolean p) throws ConfigurationException
p
- ignoredConfigurationException
public ConfigLoader() throws ConfigurationException
ConfigurationException
public static Properties loadProperties() throws ConfigurationException
ConfigurationException
public ConfigLoader.Algorithm getRSAalgo()
public int getRSRetryCount()
public int getACSARetryCount()
public ConfigLoader.Algorithm getACSAalgo()
public int getACSRetryCount()
public ConfigLoader.Algorithm getACSalgo()
public ConfigLoader.Algorithm getARSAalgo()
public int getARSRetryCount()
public AutomatedReportingService getArsport()
public ReportingService getRsport()
public String getJavaxkeystore()
public String getJavaxkeystorepass()
public String getJavaxtruststore()
public String getJavaxtruststorepass()
public int getDCSRetryCount()
public ConfigLoader.Algorithm getDCSalgo()
public int getPCSRetryCount()
public ConfigLoader.Algorithm getPCSalgo()
public int getSSRetryCount()
public ConfigLoader.Algorithm getSSalgo()
public ConfigLoader.UnavailableBehavior getBehavior()
public String getCertinfo()
public SecurityWrapper getClasslevel()
public DCS getDcsport()
public DataCollectorService getDcsservice()
public long getDiscoveryInterval()
public Constants.AuthMode getMode_()
public String getOfflinestorage()
public String getPassword()
public PCS getPcsport()
public PolicyConfigurationService getPcsservice()
public Properties getProp()
public StatusServiceService getSs()
public StatusService getSsport()
public String getUsername()
public List<String> getDiscovery_providers()
public long getDeadMessageQueueDuration()
public boolean isDependencyInjectionEnabled()
Copyright © 2008–2017 MIL-OSS. All rights reserved.