public class ConfigurationManager_impl extends ConfigurationManagerImplBase
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | LOG_RESOURCE_BUNDLEresource bundle for log messages | 
GROUP_SEPARATOR, mLinkMap, SESSION_CONFIGURATION_KEY| Constructor and Description | 
|---|
| ConfigurationManager_impl() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | declareParameters(String aGroupName,
                 ConfigurationParameter[] aParams,
                 ConfigurationParameterSettings aSettings,
                 String aContextName,
                 Settings aExternalOverrides)Called during creation of a new context. | 
| protected Object | lookupSharedParamNoLinks(String aCompleteName)Looks up the value of a shared parameter, but does NOT follow links. | 
createContext, getConfigParameterDeclarations, getConfigParameterValue, getConfigParameterValue, getCurrentConfigParameterSettings, getLink, getParameterExpectedValueClass, getSession, lookup, makeQualifiedName, reconfigure, setConfigParameterValue, setConfigParameterValue, setSessionprotected static final String LOG_RESOURCE_BUNDLE
protected void declareParameters(String aGroupName, ConfigurationParameter[] aParams, ConfigurationParameterSettings aSettings, String aContextName, Settings aExternalOverrides) throws ResourceConfigurationException
ConfigurationManagerImplBasedeclareParameters in class ConfigurationManagerImplBaseaGroupName - name of parameter group, null if noneaParams - parameter declarationsaSettings - settings for parametersaContextName - name of context containing this parameteraExternalOverrides - settings for parameters with external overridesResourceConfigurationException - passthruprotected Object lookupSharedParamNoLinks(String aCompleteName)
ConfigurationManagerImplBaselookupSharedParamNoLinks in class ConfigurationManagerImplBaseaCompleteName - complete name, of the form context/parameter$groupCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.