|
||||||||||
| 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.LambdaEntry
Represents the Lambda in MPLSOnicInterface module
FiberEntry
+--------------+----------+
| MPLSOnicInterface | +-------------------------+
| - inFiberTable <------+--------| FiberEntry class |+
| - outFiberTable <------+--------| - fiberID ||+
| - ControlChannelTable | | - Resource Informaton |||
| - Resource Information | | - lambdaTable <--------------+
+-------------------------+ | - Lambda Monitoring func||| |
+-------------------------+|| |
+------------------------+| |
+----------------------+ |
|
+-----------------+
|
|
+-------------------------+
| LambdaEntry class |+
| - fiberID ||+
| - Resource Informaton |||
+-------------------------+||
+------------------------+|
+----------------------+
This class was developed at the National Institute of Standards and
Technology by employees of the Federal Government 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 |
addLambdaID
|
boolean |
availFlag
Available Flag |
double |
bandwidth
Bandwidth of Lambda |
double |
BlockBytes
BlockBytes |
long |
BlockCounts
BlockCounts |
boolean |
ctrlFlag
Control Lambda Flag |
int |
dropLambdaID
Field AddDropLambdaID - Add/Drop Lambda ID |
int |
fiberID
Fiber ID that this lambda belong to |
boolean |
isUpdated
|
Lambda |
lambda
Field lambda - Lambda object |
int |
lambdaID
Lambda ID |
double |
OpticalFrameBytes
Field OpticalFrameBytes |
int |
OpticalFrameCount
Variable for Optical Frame statistic OpticalFrameCount |
boolean |
outFlag
Outgoing Flag - if true |
boolean |
usedFlag
Used Flag |
| Constructor Summary | |
LambdaEntry(Lambda l,
int fiberID,
boolean outFlag)
Constructor LambdaEntry |
|
| Method Summary | |
void |
resetTrafficInfo()
Reset the traffic information |
void |
updateTrafficInfo(double bytes)
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 int fiberID
public int lambdaID
public double bandwidth
public boolean availFlag
public boolean usedFlag
public boolean ctrlFlag
public boolean outFlag
public double BlockBytes
public long BlockCounts
public int OpticalFrameCount
public double OpticalFrameBytes
public int dropLambdaID
public int addLambdaID
public Lambda lambda
public boolean isUpdated
| Constructor Detail |
public LambdaEntry(Lambda l,
int fiberID,
boolean outFlag)
l - - Lambda ObjectfiberID - - Fiber IDoutFlag - - Outgoing Flag| 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 | |||||||||