Uses of Class
fr.dyade.aaa.agent.conf.A3CMLConfig

Packages that use A3CMLConfig
fr.dyade.aaa.agent   
fr.dyade.aaa.agent.conf   
 

Uses of A3CMLConfig in fr.dyade.aaa.agent
 

Fields in fr.dyade.aaa.agent declared as A3CMLConfig
protected  A3CMLConfig SCAdminBase.a3config
           
private static A3CMLConfig AgentServer.a3config
          Static reference to the configuration.
 

Methods in fr.dyade.aaa.agent that return A3CMLConfig
static A3CMLConfig AgentServer.getAppConfig(java.lang.String[] domains)
          Gets configuration of agent servers for a domain from the current A3CMLConfig object.
static A3CMLConfig AgentServer.getConfig()
          Returns the agent server configuration.
 

Methods in fr.dyade.aaa.agent with parameters of type A3CMLConfig
static void AgentServer.setConfig(A3CMLConfig a3config)
          Set the agent server configuration.
static void AgentServer.setConfig(A3CMLConfig a3config, boolean force)
           
 

Uses of A3CMLConfig in fr.dyade.aaa.agent.conf
 

Fields in fr.dyade.aaa.agent.conf declared as A3CMLConfig
protected  A3CMLConfig A3CMLSaxWrapper.a3cmlConfig
           
 

Methods in fr.dyade.aaa.agent.conf that return A3CMLConfig
static A3CMLConfig A3CML.getConfig(java.io.Reader reader)
          Gets configuration of agent servers from a XML file.
static A3CMLConfig A3CMLConfig.getConfig(java.lang.String path)
          Gets a A3CMLConfig serialized object from file.
 A3CMLConfig A3CMLConfig.getDomainConfig(java.lang.String domainName)
          Gets configuration of agent servers by a domain from a Config object.
 A3CMLConfig A3CMLConfig.getDomainConfig(java.lang.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(java.lang.String path)
           
static A3CMLConfig A3CML.getXMLConfig(java.lang.String cfgDir, java.lang.String cfgFileName)
          Gets an agent server configuration from a XML file.
static A3CMLConfig A3CMLConfig.load()
          read object from a serialized file.
 A3CMLConfig A3CMLWrapper.parse(java.io.Reader reader, java.lang.String name)
          Parses the xml file named cfgFileName.
 A3CMLConfig A3CMLSaxWrapper.parse(java.io.Reader cfgReader, java.lang.String cfgName)
          Parses the xml file named cfgFileName and calls handler methods.
 

Methods in fr.dyade.aaa.agent.conf with parameters of type A3CMLConfig
static void A3CML.toXML(A3CMLConfig config, java.io.PrintWriter out)
           
static void A3CML.toXML(A3CMLConfig config, java.lang.String cfgDir, java.lang.String xmlFileName)
          write a configuration in an A3CML file.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.