public class CommonServiceConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected static CommonServiceConfig |
commonConfiguration |
protected ConfigurationManager |
confManager |
Modifier | Constructor and Description |
---|---|
protected |
CommonServiceConfig() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
finalize() |
org.glite.ce.commonj.authz.AdminTable |
getAdminTable() |
org.glite.ce.commonj.authz.ServiceAuthorizationInterface |
getAuthorizationConfig() |
static CommonServiceConfig |
getConfiguration() |
String |
getConfigurationDirectory() |
String |
getConfigurationPath() |
HashMap<String,DataSource> |
getDataSources() |
String |
getDistributionInfo() |
int |
getGlobalAttributeAsInt(String name,
int defValue) |
long |
getGlobalAttributeAsLong(String name,
long defValue) |
String |
getGlobalAttributeAsString(String name) |
String |
getGlobalAttributeAsString(String name,
String defValue) |
protected String |
getSysPropertyName() |
protected ConfigurationManager confManager
protected static CommonServiceConfig commonConfiguration
protected CommonServiceConfig() throws CommonConfigException
CommonConfigException
protected String getSysPropertyName()
public int getGlobalAttributeAsInt(String name, int defValue)
public long getGlobalAttributeAsLong(String name, long defValue)
public org.glite.ce.commonj.authz.ServiceAuthorizationInterface getAuthorizationConfig()
public org.glite.ce.commonj.authz.AdminTable getAdminTable()
public String getDistributionInfo()
public String getConfigurationPath()
public String getConfigurationDirectory()
public HashMap<String,DataSource> getDataSources()
public void destroy()
public static CommonServiceConfig getConfiguration()
Copyright © 2018 EMI - European Middleware Initiative. All Rights Reserved.