|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.mpls.signaling.information.FECInformation
FEC Information.
This class was developed at the National Institute of Standards and Technology by employees of the Federal Government and the Towson University by student in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.
We would appreciate acknowledgement if the software is used.
NIST ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
| Field Summary | |
int |
addrType
Field addrType - Address Type |
int |
DestAddrMax
Field DestAddrMax - Destination Address Maximum |
int |
DestAddrMin
Field DestAddrMin - Destination Address Min |
int |
DestPortMax
Field DestPortMax - Destination Port maximum |
int |
DestPortMin
Field DestPortMin - Destination Port Minimum |
int |
DiffServFlowID
Field DiffServFlowID - DiffServ Flow ID - for supporing DiffServ |
int |
fecIndex
Field fecIndex - FEC Index |
int |
PrtNum
Field PrtNum - Port Number |
MPLSSignalingInfo |
sigInfo
Field sigInfo - Signaling Information |
int |
SrcAddrMax
Field SrcAddrMax - Source Address Max |
int |
SrcAddrMin
Field SrcAddrMin - Source Address Min |
int |
SrcPortMax
Field SrcPortMax - Source Port Maximum |
int |
SrcPortMin
Field SrcPortMin - Source Port Minimum |
int |
tos
Field tos - Type Of Service |
| Constructor Summary | |
FECInformation(MPLSSignalingInfo siginfo)
Constructor FECInformation |
|
FECInformation(MPLSSignalingInfo siginfo,
int diffservflowid)
Constructor FECInformation |
|
| Method Summary | |
void |
configFECInformation(com.renesys.raceway.DML.Configuration cfg)
Method configFECInformation Configure FEC Information from DML file |
void |
configFECInformationForDiffServ(int diffservflowid)
Method configFECInformationForDiffServ Configure the FEC information For DiffServ |
void |
configLSPs(com.renesys.raceway.DML.Configuration cfg)
Method configLSPs Configure multiple LSPs |
void |
ReverseCopy(FECInformation fecinfo,
MPLSSignalingInfo sinfo)
Method ReverseCopy Reverse Copy : Create Backward FEC information |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public MPLSSignalingInfo sigInfo
public int DiffServFlowID
public int fecIndex
public int addrType
public int SrcAddrMin
public int SrcAddrMax
public int DestAddrMin
public int DestAddrMax
public int SrcPortMin
public int SrcPortMax
public int DestPortMin
public int DestPortMax
public int tos
public int PrtNum
| Constructor Detail |
public FECInformation(MPLSSignalingInfo siginfo)
siginfo -
public FECInformation(MPLSSignalingInfo siginfo,
int diffservflowid)
siginfo - - Signaling Informationdiffservflowid - - DiffServ Flow ID| Method Detail |
public void configFECInformationForDiffServ(int diffservflowid)
diffservflowid - - DiffServ Flow ID
public void configFECInformation(com.renesys.raceway.DML.Configuration cfg)
throws com.renesys.raceway.DML.configException
cfg -
com.renesys.raceway.DML.configException
public void configLSPs(com.renesys.raceway.DML.Configuration cfg)
throws com.renesys.raceway.DML.configException
cfg - - XXX
com.renesys.raceway.DML.configException
public void ReverseCopy(FECInformation fecinfo,
MPLSSignalingInfo sinfo)
fecinfo - - Forward FEC Informationsinfo - - Signaling Information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||