fr.dyade.aaa.agent.conf
Class A3CMLPServer
- Serializable
public class A3CMLPServer
implements Serializable
The class PServer
describes a persistent agent server.
String | domain - Domain (1st hop) used to access this server from current node.
|
int | port - Communication port if the server is directly accessible by the root
server.
|
addNat , addProperty , addService , containsNat , containsProperty , equals , getJvmArgs , getNat , getNetwork , getProperty , getService , getServiceArgs , removeNat , removeProperty , toString |
domain
public String domain
Domain (1st hop) used to access this server from current node.
port
public int port
Communication port if the server is directly accessible by the root
server.
A3CMLPServer
public A3CMLPServer(short sid,
String name,
String hostname)
throws Exception
duplicate
public A3CMLPServer duplicate(Hashtable context)
throws Exception
equals
public boolean equals(Object obj)
- equals in interface A3CMLServer
toString
public String toString()
- toString in interface A3CMLServer
Copyright B) 2004 Scalagent - All rights reserved