|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.nist.antd.mpls.mgmt.fwrd_table.ForwardingInformation
|
+--gov.nist.antd.mpls.mgmt.fwrd_table.TunnelInfo
| Field Summary | |
java.lang.String |
destLSRID
Field destLSRID - Destination LSR ID |
int |
destLSRInterfaceID
Field destLSRInterfaceID - Destination Interface ID |
java.util.Vector |
destLSRIPaddrList
Field destLSRIPaddrList - Destination LSR IP List |
boolean |
isActiveTunnel
Field isActiveTunnel - Active Tunnel Flag |
double |
propDelay
Field propDelay - Propagation delay |
java.lang.String |
srcLSRID
Field srcLSRID - Source LSR ID |
int |
srcLSRInterfaceID
Field srcLSRInterfaceID - Source LSR Interface ID |
double |
totalBandwidth
Field totalBandwidth - Tunnel's Total Bandwidth |
int |
totalHopCount
Field totalHopCount - Tunnel's total hop count |
MPLSInterfaceInfo |
tunnelInterface
Field tunnelInterface - Tunnel Interface Information |
java.util.Vector |
tunnelPathTable
Field tunnelPathTable - Tunnel Path Table |
int |
VirtualInterfaceID
Field VirtualInterfaceID - Virtual Interface ID |
| Fields inherited from class gov.nist.antd.mpls.mgmt.fwrd_table.ForwardingInformation |
index, NHLFEList |
| Constructor Summary | |
TunnelInfo()
Constructor TunnelInfo |
|
| Method Summary | |
NHLFE |
queryNHLFE()
Method queryNHLFE Query the tunnel's NHLFE |
| Methods inherited from class gov.nist.antd.mpls.mgmt.fwrd_table.ForwardingInformation |
addNHLFE, getBackupNHLFEList, getNHLFEEntry, getNHLFEEntry, isNHLFEEntry, isNHLFEEntry, isNHLFEEntryEmpty, removeNHLFE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int VirtualInterfaceID
public boolean isActiveTunnel
public java.lang.String srcLSRID
public int srcLSRInterfaceID
public java.lang.String destLSRID
public int destLSRInterfaceID
public java.util.Vector destLSRIPaddrList
public double totalBandwidth
public int totalHopCount
public double propDelay
public java.util.Vector tunnelPathTable
public MPLSInterfaceInfo tunnelInterface
| Constructor Detail |
public TunnelInfo()
| Method Detail |
public NHLFE queryNHLFE()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||