|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.merlin.protocol.discovery.NeighbourTable.NeighbourEntry
Inner class to represent an entry
| Field Summary | |
static int |
BIDIR
Constant for the directionality. |
int |
directionality
Directionality of the link. |
int |
localPort
Local port ID. |
java.lang.String |
neighbourNodeNhi
Neighbour node NHI. |
int |
neighbourPortID
Neighbour port ID. |
static int |
RECEIVE
Constant for the directionality. |
static int |
TRANSMIT
Constant for the directionality. |
| Constructor Summary | |
NeighbourTable.NeighbourEntry(int localPort,
java.lang.String neighbNodeNhi,
int neighbPortId,
int direction)
Constructor. |
|
| Method Summary | |
java.lang.String |
const_STR(int direction)
|
java.lang.String |
toString()
Return the entry information as a String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int TRANSMIT
public static final int RECEIVE
public static final int BIDIR
public int localPort
public java.lang.String neighbourNodeNhi
public int neighbourPortID
public int directionality
| Constructor Detail |
public NeighbourTable.NeighbourEntry(int localPort,
java.lang.String neighbNodeNhi,
int neighbPortId,
int direction)
localPort - The local port IDneighbPortId - The neighbour port IDdirection - Directionality of the link| Method Detail |
public final java.lang.String const_STR(int direction)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||