|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.mpls.signaling.ouni.OUNI_N.ClientInfo
Class ClientInfo A ClientInfo class has informations of the OUNI_C which is connected to the OUNI_N, and it is recorded at the OUNIClientTblae.
| Field Summary | |
MPLSInterfaceInfo |
clientIfaceInfo
Field clientIfaceInfo - reference : (c) |
java.util.Vector |
ConnectionInfoTable
Field ConnectionInfoTable |
OUNI_C |
OUNIClient
Field OUNIClient - reference : (a) |
double |
PropagationDelay
Field PropagationDelay |
MPLSInterfaceInfo |
serverIfaceInfo
Field serverIfaceInfo - reference : (d) |
| Constructor Summary | |
OUNI_N.ClientInfo()
Constructor ClientInfo |
|
OUNI_N.ClientInfo(OUNI_C client)
Constructor ClientInfo |
|
| Method Summary | |
void |
addConnection(OUNIConnection connection)
Method addConnection Add connetion to the table |
int |
getClientIPAddr()
Request the clients ip address. |
int |
getServerIPAddr()
Request the servers ip address. |
boolean |
isConnectionhere(OUNIConnection connection)
Method isConnectionhere Check if the connection exist between O-UNI Server and Client |
void |
removeConnection(OUNIConnection connection)
Method removeConnection Remove the connection from the table |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public OUNI_C OUNIClient
public MPLSInterfaceInfo clientIfaceInfo
public MPLSInterfaceInfo serverIfaceInfo
public double PropagationDelay
public java.util.Vector ConnectionInfoTable
| Constructor Detail |
public OUNI_N.ClientInfo()
public OUNI_N.ClientInfo(OUNI_C client)
client - - O-UNI Client| Method Detail |
public int getClientIPAddr()
public int getServerIPAddr()
public void addConnection(OUNIConnection connection)
connection - public void removeConnection(OUNIConnection connection)
connection - public boolean isConnectionhere(OUNIConnection connection)
connection -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||