fr.dyade.aaa.agent.conf
Class A3CMLServer
java.lang.Object
fr.dyade.aaa.agent.conf.A3CMLServer
- Serializable
public class A3CMLServer
extends java.lang.Object
implements Serializable
The class Server
describes an agent server.
gateway
public short gateway
For persistent server, Id. of router (1st hop) used to access the
server from current node. if -1 the server is not accessible. This
value is fixed during configuration phase.
For transient server, Id. of proxy used to access this server. This
value is statically fixed.
hostname
public String hostname
jvmArgs
public String jvmArgs
networks
public Vector networks
properties
public Hashtable properties
services
public Vector services
visited
public boolean visited
True if the server is already visited during configuration phase.
A3CMLServer
public A3CMLServer(short sid,
String name,
String hostname)
throws Exception
containsNat
public boolean containsNat(short sid)
containsProperty
public boolean containsProperty(String name)
equals
public boolean equals(Object obj)
getJvmArgs
public final String getJvmArgs()
removeNat
public A3CMLNat removeNat(short sid)
toString
public String toString()
Copyright B) 2004 Scalagent - All rights reserved