Uses of Class
fr.dyade.aaa.agent.conf.A3CMLProperty
-
Packages that use A3CMLProperty Package Description fr.dyade.aaa.agent.conf -
-
Uses of A3CMLProperty in fr.dyade.aaa.agent.conf
Fields in fr.dyade.aaa.agent.conf declared as A3CMLProperty Modifier and Type Field Description (package private) A3CMLPropertyA3CMLSaxWrapper. propertyWorking attribute used during service's definition between start and end element.Fields in fr.dyade.aaa.agent.conf with type parameters of type A3CMLProperty Modifier and Type Field Description Hashtable<String,A3CMLProperty>A3CMLConfig. propertiesHashtable of all global propertiesHashtable<String,A3CMLProperty>A3CMLServer. propertiesMethods in fr.dyade.aaa.agent.conf that return A3CMLProperty Modifier and Type Method Description A3CMLPropertyA3CMLConfig. addProperty(A3CMLProperty prop)add propertyA3CMLPropertyA3CMLServer. addProperty(A3CMLProperty prop)A3CMLPropertyA3CMLProperty. duplicate()A3CMLPropertyA3CMLConfig. getProperty(String name)Returns the specified property.A3CMLPropertyA3CMLConfig. getProperty(String name, short sid)Returns the specified property.A3CMLPropertyA3CMLServer. getProperty(String name)A3CMLPropertyA3CMLConfig. removeProperty(String name)remove propertyA3CMLPropertyA3CMLServer. removeProperty(String name)Methods in fr.dyade.aaa.agent.conf with parameters of type A3CMLProperty Modifier and Type Method Description A3CMLPropertyA3CMLConfig. addProperty(A3CMLProperty prop)add propertyA3CMLPropertyA3CMLServer. addProperty(A3CMLProperty prop)
-