|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.mpls.mgmt.mpls_interface.MPLSOpticalInterface.LambdaInfo
Class LambdaInfo This class represents the Lambda information
| Field Summary | |
int |
AddDropLambdaID
Field AddDropLambdaID - Add/Drop Lambda ID |
double |
bandwidth
Field bandwidth |
double |
BlockBytes
Field BlockBytes |
long |
BlockCounts
Field BlockCounts |
int |
fiberID
Field fiberID - Fiber ID that this lambda belong to |
boolean |
isAvailable
Field isAvailable |
boolean |
isControl
Field isControl |
boolean |
isOut
Field isOut |
boolean |
isUse
Field isUse |
Lambda |
lambda
Field lambda - Lambda object |
int |
lambdaID
Field lambdaID - Lambda ID |
double |
OpticalFrameBytes
Field OpticalFrameBytes |
int |
OpticalFrameCount
Field OpticalFrameCount |
| Constructor Summary | |
MPLSOpticalInterface.LambdaInfo(Lambda l,
MPLSOpticalInterface.OpticalFiberInfo fiberInfo)
Constructor LambdaInfo |
|
| Method Summary | |
void |
resetTrafficInfo()
Method resetTrafficInfo Reset the traffic information |
void |
updateTrafficInfo(double bytes)
Method updateTrafficInfo Update the Traffic Information |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Lambda lambda
public int fiberID
public int lambdaID
public int AddDropLambdaID
public double bandwidth
public boolean isAvailable
public boolean isUse
public boolean isControl
public boolean isOut
public double BlockBytes
public long BlockCounts
public int OpticalFrameCount
public double OpticalFrameBytes
| Constructor Detail |
public MPLSOpticalInterface.LambdaInfo(Lambda l,
MPLSOpticalInterface.OpticalFiberInfo fiberInfo)
l - - Lambda ObjectfiberInfo - - Fiber information| Method Detail |
public void updateTrafficInfo(double bytes)
bytes - public void resetTrafficInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||