fr.dyade.aaa.agent.conf
Class A3CMLDomain
java.lang.Object
fr.dyade.aaa.agent.conf.A3CMLDomain
- Serializable
public class A3CMLDomain
extends java.lang.Object
implements Serializable
The class A3CMLDomain
describes an agent server domain.
short | gateway - Server Id.
|
String | name - Name of the domain.
|
String | network - Full name of Java class
|
Vector | servers - Description of alls servers in domain
|
gateway
public short gateway
Server Id. of router (1st hop) to access this domain from current node,
if -1 the domain is not accessible.
name
public String name
Name of the domain.
network
public String network
Full name of Java class
servers
public Vector servers
Description of alls servers in domain
A3CMLDomain
public A3CMLDomain(String name,
String network)
throws Exception
duplicate
public A3CMLDomain duplicate()
throws Exception
duplicate
public A3CMLDomain duplicate(Hashtable context)
throws Exception
equals
public boolean equals(Object obj)
getServersId
public short[] getServersId()
removeServer
public void removeServer(A3CMLServer server)
toString
public String toString()
Copyright B) 2004 Scalagent - All rights reserved