fr.dyade.aaa.agent.conf

Class A3CMLDomain

Implemented Interfaces:
Serializable

public class A3CMLDomain
extends java.lang.Object
implements Serializable

The class A3CMLDomain describes an agent server domain.

Field Summary

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

Constructor Summary

A3CMLDomain(String name, String network)

Method Summary

void
addServer(A3CMLServer server)
A3CMLDomain
duplicate()
A3CMLDomain
duplicate(Hashtable context)
boolean
equals(Object obj)
short[]
getServersId()
void
removeServer(A3CMLServer server)
String
toString()

Field Details

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

Constructor Details

A3CMLDomain

public A3CMLDomain(String name,
                   String network)
            throws Exception

Method Details

addServer

public void addServer(A3CMLServer server)


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