Public Member Functions | |
| A3CMLDomain (String name, String network) throws Exception | |
| void | addServer (A3CMLServer server) |
| void | removeServer (A3CMLServer server) |
| void | removeServer (short sid) |
| short[] | getServersId () |
| A3CMLDomain | duplicate () throws Exception |
| A3CMLDomain | duplicate (Hashtable context) throws Exception |
| String | toString () |
| boolean | equals (Object obj) |
Public Attributes | |
| String | name = null |
| String | network = null |
| Vector | servers = null |
| short | gateway = -1 |
| int | hops = -1 |
A3CMLDomain describes an agent server domain.
Definition at line 29 of file A3CMLDomain.java.
| String fr.dyade.aaa.agent.conf.A3CMLDomain.name = null |
Name of the domain.
Definition at line 35 of file A3CMLDomain.java.
Referenced by fr.dyade.aaa.agent.conf.A3CMLDomain.A3CMLDomain(), fr.dyade.aaa.agent.conf.A3CMLDomain.duplicate(), fr.dyade.aaa.agent.conf.A3CMLDomain.equals(), fr.dyade.aaa.agent.conf.A3CMLConfig.getDomainConfig(), and fr.dyade.aaa.agent.conf.A3CMLDomain.toString().
| String fr.dyade.aaa.agent.conf.A3CMLDomain.network = null |
Full name of Java class
Definition at line 37 of file A3CMLDomain.java.
Referenced by fr.dyade.aaa.agent.conf.A3CMLDomain.A3CMLDomain(), fr.dyade.aaa.agent.conf.A3CMLConfig.configure(), fr.dyade.aaa.agent.conf.A3CMLDomain.duplicate(), fr.dyade.aaa.agent.conf.A3CMLDomain.equals(), fr.dyade.aaa.agent.conf.A3CMLConfig.getDomainConfig(), and fr.dyade.aaa.agent.conf.A3CMLDomain.toString().
| Vector fr.dyade.aaa.agent.conf.A3CMLDomain.servers = null |
Description of alls servers in domain
Definition at line 39 of file A3CMLDomain.java.
Referenced by fr.dyade.aaa.agent.conf.A3CMLDomain.addServer(), fr.dyade.aaa.agent.conf.A3CMLConfig.configure(), fr.dyade.aaa.agent.conf.A3CMLDomain.duplicate(), fr.dyade.aaa.agent.conf.A3CMLDomain.equals(), fr.dyade.aaa.agent.conf.A3CMLConfig.getDomainConfig(), fr.dyade.aaa.agent.conf.A3CMLDomain.getServersId(), fr.dyade.aaa.agent.ServerConfigHelper.removeDomain(), fr.dyade.aaa.agent.ConfigController.removeDomain(), fr.dyade.aaa.agent.conf.A3CMLDomain.removeServer(), and fr.dyade.aaa.agent.conf.A3CMLDomain.toString().
| short fr.dyade.aaa.agent.conf.A3CMLDomain.gateway = -1 |
Server Id. of router (1st hop) to access this domain from current node, if -1 the domain is not accessible.
Definition at line 44 of file A3CMLDomain.java.
Referenced by fr.dyade.aaa.agent.conf.A3CMLConfig.configure(), fr.dyade.aaa.agent.conf.A3CMLDomain.duplicate(), fr.dyade.aaa.agent.conf.A3CMLDomain.equals(), and fr.dyade.aaa.agent.conf.A3CMLDomain.toString().
Logical distance between the server of this domain and the root one, i.e. the number of hops to reach a server from the local one.
Definition at line 49 of file A3CMLDomain.java.
Referenced by fr.dyade.aaa.agent.conf.A3CMLConfig.configure(), and fr.dyade.aaa.agent.conf.A3CMLDomain.toString().
1.5.0