fr.dyade.aaa.agent.conf

Class A3CMLNat

Implemented Interfaces:
Serializable

public class A3CMLNat
extends java.lang.Object
implements Serializable

The class A3CMLNat describes a network address translation.

Field Summary

String
host
Value of the translation host.
int
port
Value of the translation port.
short
sid
server id.

Constructor Summary

A3CMLNat(short sid, String host, int port)

Method Summary

A3CMLNat
duplicate()
boolean
equals(Object obj)
String
toString()

Field Details

host

public String host
Value of the translation host.


port

public int port
Value of the translation port.


sid

public short sid
server id.

Constructor Details

A3CMLNat

public A3CMLNat(short sid,
                String host,
                int port)

Method Details

duplicate

public A3CMLNat duplicate()
            throws Exception


equals

public boolean equals(Object obj)


toString

public String toString()


Copyright B) 2004 Scalagent - All rights reserved