|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ASelectConfigException in org.aselect.agent.admin |
---|
Constructors in org.aselect.agent.admin that throw ASelectConfigException | |
---|---|
SessionMonitorModel(int iCheckInterval)
Initializes the class. |
|
TicketMonitorModel(int iCheckInterval)
Initializes the class. |
Uses of ASelectConfigException in org.aselect.agent.config |
---|
Methods in org.aselect.agent.config that throw ASelectConfigException | |
---|---|
void |
ASelectAgentConfigManager.init(java.lang.String sWorkingDir)
Initializes the configuration. |
Uses of ASelectConfigException in org.aselect.server.cross |
---|
Methods in org.aselect.server.cross that throw ASelectConfigException | |
---|---|
void |
CrossASelectManager.init()
Initialization of the CrossASelectManager singleton. |
Uses of ASelectConfigException in org.aselect.server.request.handler.sfs.authentication |
---|
Methods in org.aselect.server.request.handler.sfs.authentication that throw ASelectConfigException | |
---|---|
static java.lang.String |
ASelectBrowserHandler.getSFSRelay(java.lang.String sOrg)
|
Uses of ASelectConfigException in org.aselect.server.session |
---|
Methods in org.aselect.server.session that throw ASelectConfigException | |
---|---|
void |
SessionManager.init()
Initializes the SessionManager . |
Uses of ASelectConfigException in org.aselect.system.configmanager |
---|
Methods in org.aselect.system.configmanager that throw ASelectConfigException | |
---|---|
java.lang.Object |
ConfigManager.getNextSection(java.lang.Object oSection)
Returns the next section with the same type that is direclty located after the given section. |
java.lang.Object |
IConfigHandler.getNextSection(java.lang.Object oSection)
Returns the next section. |
java.lang.String |
ConfigManager.getParam(java.lang.Object oSection,
java.lang.String sConfigItem)
Returns a String that contains the requested configuration
parameter. |
java.lang.String |
IConfigHandler.getParam(java.lang.Object oSection,
java.lang.String sConfigItem)
Returns a String that contains the requested configuration
parameter. |
java.lang.Object |
ConfigManager.getSection(java.lang.Object oRootSection,
java.lang.String sSectionType)
Returns a sub-section from the configuration of the given root section specified by the given type. |
java.lang.Object |
IConfigHandler.getSection(java.lang.Object rootSection,
java.lang.String sectionType)
Get the first section. |
java.lang.Object |
ConfigManager.getSection(java.lang.Object oRootSection,
java.lang.String sSectionType,
java.lang.String sSectionID)
Returns a sub-section from the configuration of the given root-section. |
java.lang.Object |
IConfigHandler.getSection(java.lang.Object oRootSection,
java.lang.String sSectionType,
java.lang.String sSectionID)
Returns a sub-section from the configuration of the given root-section. |
void |
ConfigManager.importConfig(java.io.File fConfig)
Deprecated. All config should be stored in only one config file. |
void |
IConfigHandler.importConfig(java.io.File fConfig)
Deprecated. All config should be stored in only one config file. |
void |
IConfigHandler.init(java.io.File fConfig)
Initializes the ConfigHandler . |
void |
IConfigHandler.init(java.lang.String sUser,
java.lang.String sPassword,
java.lang.String sDatabaseURL,
java.lang.String sDatabaseTable,
java.lang.String sDriverName,
java.lang.String sConfigId)
Initializes the ConfigHandler . |
void |
ConfigManager.init(java.lang.String sDriverName,
java.lang.String sUser,
java.lang.String sPassword,
java.lang.String sDatabaseURL,
java.lang.String sDatabaseTable,
java.lang.String sConfigId,
SystemLogger oSystemLogger)
Initialize the ConfigManager for use with a database. |
void |
ConfigManager.init(java.lang.String sConfigFile,
SystemLogger oSystemLogger)
Initialize the ConfigManager for use with a config file. |
boolean |
ConfigManager.removeSection(java.lang.Object oRootSection,
java.lang.String sSectionType)
Removes a specified configuration section. |
boolean |
IConfigHandler.removeSection(java.lang.Object oRootSection,
java.lang.String sSectionType)
Removes a specified configuration section. |
boolean |
ConfigManager.removeSection(java.lang.Object oRootSection,
java.lang.String sSectionType,
java.lang.String sSectionID)
Removes a configuration section specified by section ID. |
boolean |
IConfigHandler.removeSection(java.lang.Object oRootSection,
java.lang.String sSectionType,
java.lang.String sSectionID)
Removes a configuration section specified by section ID. |
void |
ConfigManager.saveConfig()
Saves the configuration as is known by the ConfigHandler. |
void |
IConfigHandler.saveConfig()
Saves the configuration as is known by the ConfigHandler |
boolean |
ConfigManager.setParam(java.lang.Object oSection,
java.lang.String sConfigItem,
java.lang.String sConfigValue,
boolean bMandatory)
Adds a config parameter to the given section. |
boolean |
IConfigHandler.setParam(java.lang.Object oSection,
java.lang.String sConfigItem,
java.lang.String sConfigValue,
boolean bMandatory)
Adds a config parameter to the given section. |
java.lang.Object |
ConfigManager.setSection(java.lang.Object oRootSection,
java.lang.String sSectionType)
Adds an empty configuration section of the specified sectionType
of the rootSection. |
java.lang.Object |
IConfigHandler.setSection(java.lang.Object oRootSection,
java.lang.String sSectionType)
Get a sub-section. |
Uses of ASelectConfigException in org.aselect.system.configmanager.handler |
---|
Methods in org.aselect.system.configmanager.handler that throw ASelectConfigException | |
---|---|
java.lang.Object |
XMLConfigHandler.getNextSection(java.lang.Object oSection)
Resolve the next section (XML tag) which has the same type as the supplied section, it will be the follow-up tag. |
java.lang.String |
XMLConfigHandler.getParam(java.lang.Object oSection,
java.lang.String sConfigItem)
Retrieves the value of the config parameter from the config section that is supplied. |
java.lang.Object |
XMLConfigHandler.getSection(java.lang.Object oRootSection,
java.lang.String sSectionType)
Retrieves a config section by it's type. |
java.lang.Object |
XMLConfigHandler.getSection(java.lang.Object oRootSection,
java.lang.String sSectionType,
java.lang.String sSectionID)
Retrieves a config section by it's type and id. |
void |
XMLConfigHandler.importConfig(java.io.File configFile)
Deprecated. All config should be stored in only one config file. |
void |
XMLConfigHandler.init(java.io.File fConfig)
Parses an XML config File to an XML DOM Object. |
void |
XMLConfigHandler.init(java.lang.String sUser,
java.lang.String sPassword,
java.lang.String sDatabaseURL,
java.lang.String sDatabaseTable,
java.lang.String sDriverName,
java.lang.String sConfigId)
Parses the XML configuration located in a JDBC database to an XML Dom object. |
boolean |
XMLConfigHandler.removeSection(java.lang.Object oRootSection,
java.lang.String sSectionType)
Removes the section (XML tag) from the supplied root section which has the type that is supplied. |
boolean |
XMLConfigHandler.removeSection(java.lang.Object oRootSection,
java.lang.String sSectionType,
java.lang.String sSectionID)
Removes the section (XML tag) from the supplied root section which has the type and the ID that is supplied. |
void |
XMLConfigHandler.saveConfig()
Saves the configuration to the physical storage from which it is retrieved. |
boolean |
XMLConfigHandler.setParam(java.lang.Object oRootSection,
java.lang.String sConfigItem,
java.lang.String sConfigValue,
boolean bMandatory)
Puts a new parameter into the given section like value . |
java.lang.Object |
XMLConfigHandler.setSection(java.lang.Object oRootSection,
java.lang.String sSectionType)
Adds a config section (empty tag) with section type as it's name (tagname) and returns the new section. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |