Package | Description |
---|---|
fr.dyade.aaa.agent | |
fr.dyade.aaa.agent.conf |
Modifier and Type | Field and Description |
---|---|
protected A3CMLConfig |
SCAdminBase.a3config |
private static A3CMLConfig |
AgentServer.a3config
Static reference to the configuration.
|
Modifier and Type | Method and Description |
---|---|
static A3CMLConfig |
AgentServer.getAppConfig(String[] domains)
Gets configuration of agent servers for a domain from the current
A3CMLConfig object.
|
static A3CMLConfig |
AgentServer.getConfig()
Returns the agent server configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
AgentServer.setConfig(A3CMLConfig a3config)
Set the agent server configuration.
|
static void |
AgentServer.setConfig(A3CMLConfig a3config,
boolean force) |
Modifier and Type | Field and Description |
---|---|
protected A3CMLConfig |
A3CMLSaxWrapper.a3cmlConfig |
Modifier and Type | Method and Description |
---|---|
static A3CMLConfig |
A3CML.getConfig(Reader reader)
Gets configuration of agent servers from a XML file.
|
static A3CMLConfig |
A3CMLConfig.getConfig(String path)
Gets a
A3CMLConfig serialized object from file. |
A3CMLConfig |
A3CMLConfig.getDomainConfig(String domainName)
Gets configuration of agent servers by a domain from a Config object.
|
A3CMLConfig |
A3CMLConfig.getDomainConfig(String[] listDomainName)
Gets configuration of agent servers by a list of domain from a Config object.
|
static A3CMLConfig |
A3CML.getXMLConfig()
Gets an agent server configuration from a XML file.
|
static A3CMLConfig |
A3CML.getXMLConfig(String path) |
static A3CMLConfig |
A3CML.getXMLConfig(String cfgDir,
String cfgFileName)
Gets an agent server configuration from a XML file.
|
static A3CMLConfig |
A3CMLConfig.load()
read object from a serialized file.
|
A3CMLConfig |
A3CMLWrapper.parse(Reader reader,
String name)
Parses the xml file named
cfgFileName . |
A3CMLConfig |
A3CMLSaxWrapper.parse(Reader cfgReader,
String cfgName)
Parses the xml file named
cfgFileName and calls handler
methods. |
Modifier and Type | Method and Description |
---|---|
static void |
A3CML.toXML(A3CMLConfig config,
PrintWriter out) |
static void |
A3CML.toXML(A3CMLConfig config,
String cfgDir,
String xmlFileName)
write a configuration in an A3CML file.
|
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.