fr.dyade.aaa.agent.conf
Class A3CMLPServer
java.lang.Object
fr.dyade.aaa.agent.conf.A3CMLServer
fr.dyade.aaa.agent.conf.A3CMLPServer
- All Implemented Interfaces:
- java.io.Serializable
- public class A3CMLPServer
- extends A3CMLServer
- implements java.io.Serializable
The class PServer
describes a persistent agent server.
- See Also:
- Serialized Form
Field Summary |
java.lang.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. |
Fields inherited from class fr.dyade.aaa.agent.conf.A3CMLServer |
gateway, hops, hostname, jvmArgs, name, nat, networks, properties, services, sid, visited |
Constructor Summary |
A3CMLPServer(short sid,
java.lang.String name,
java.lang.String hostname)
|
Methods inherited from class fr.dyade.aaa.agent.conf.A3CMLServer |
addNat, addProperty, addService, containsNat, containsProperty, getJvmArgs, getNat, getNetwork, getProperty, getService, getServiceArgs, removeNat, removeProperty, removeService |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
domain
public java.lang.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,
java.lang.String name,
java.lang.String hostname)
throws java.lang.Exception
addNetwork
public void addNetwork(A3CMLNetwork newNetwork)
throws java.lang.Exception
- Throws:
java.lang.Exception
removeNetwork
public void removeNetwork(java.lang.String domainName)
duplicate
public A3CMLPServer duplicate(java.util.Hashtable context)
throws java.lang.Exception
- Throws:
java.lang.Exception
duplicate
public A3CMLPServer duplicate()
throws java.lang.Exception
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class A3CMLServer
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class A3CMLServer
Copyright © 2004 Scalagent - All rights reserved