fr.dyade.aaa.agent.conf
Class A3CMLNat

java.lang.Object
  extended by fr.dyade.aaa.agent.conf.A3CMLNat
All Implemented Interfaces:
java.io.Serializable

public class A3CMLNat
extends java.lang.Object
implements java.io.Serializable

The class A3CMLNat describes a network address translation.

See Also:
Serialized Form

Field Summary
 java.lang.String host
          Value of the translation host.
 int port
          Value of the translation port.
 short sid
          server id.
 
Constructor Summary
A3CMLNat(short sid, java.lang.String host, int port)
           
 
Method Summary
 A3CMLNat duplicate()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sid

public short sid
server id.


host

public java.lang.String host
Value of the translation host.


port

public int port
Value of the translation port.

Constructor Detail

A3CMLNat

public A3CMLNat(short sid,
                java.lang.String host,
                int port)
Method Detail

duplicate

public A3CMLNat duplicate()
                   throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2004 Scalagent - All rights reserved