fr.dyade.aaa.agent.conf

Class A3CMLPServer

Implemented Interfaces:
Serializable

public class A3CMLPServer
extends A3CMLServer
implements Serializable

The class PServer describes a persistent agent server.

Field Summary

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, hostname, jvmArgs, name, nat, networks, properties, services, sid, visited

Constructor Summary

A3CMLPServer(short sid, String name, String hostname)

Method Summary

void
addNetwork(A3CMLNetwork network)
A3CMLPServer
duplicate()
A3CMLPServer
duplicate(Hashtable context)
boolean
equals(Object obj)
String
toString()

Methods inherited from class fr.dyade.aaa.agent.conf.A3CMLServer

addNat, addProperty, addService, containsNat, containsProperty, equals, getJvmArgs, getNat, getNetwork, getProperty, getService, getServiceArgs, removeNat, removeProperty, toString

Field Details

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.

Constructor Details

A3CMLPServer

public A3CMLPServer(short sid,
                    String name,
                    String hostname)
            throws Exception

Method Details

addNetwork

public void addNetwork(A3CMLNetwork network)


duplicate

public A3CMLPServer duplicate()
            throws Exception


duplicate

public A3CMLPServer duplicate(Hashtable context)
            throws Exception


equals

public boolean equals(Object obj)
Overrides:
equals in interface A3CMLServer


toString

public String toString()
Overrides:
toString in interface A3CMLServer


Copyright B) 2004 Scalagent - All rights reserved