|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.diffserv.DiffServActionFlowProfile
DiffServActionFlowProfile contains a FlowProfileTable (Hashtable) that maintains the DiffServFlowProfiles to specify the packet processing for each DiffServ packet flow with (multiple) class-type(s).
The informations of the packet processing for a specific DiffServFlow are defined in the DiffServFlowProfile and DiffServPrfFlowProfile. a. DiffServFlowProfile: - scheduler to define the DiffServPacketScheduler - PrfFlowProfileTable to contain DiffServPrfFlowProfiles - definition of meter monitoring - definition of queue monitoring b. DiffServPrfFlowProfile: - class-type - priority - weight - meter - bitrate (CIR for meter) - Queue - SchedulingRate Related Classes public DiffServActionFlowProfile ActionProfile; | +--> FlowProfileTable(Hashtable, key : classtype(int)) - FlowProfileTable maintains DiffServFlowProfile(class) informations... | +--> DiffServFlowProfile(class) has all of action profile of a DiffServ Flow.... | +--> PrfFlowProfileTable(Vector) - PrfFlowProfileTable maintains DiffServPrfFlowProfile(class) informations.. | +--> DiffServPrfFlowProfile(class) - It contains a DifServMeterMarker(class) and a DiffServQueue(class) for DiffServ Meter, Marker and Queue operations...
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 | |
boolean |
debug
Field debug - XXX |
DiffServTrafficConditioner |
DSTConditioner
Field DSTConditioner - XXX |
java.util.Hashtable |
FlowProfileTable
Field FlowProfileTable - XXX |
java.lang.String |
HostID
Field HostID - XXX |
| Constructor Summary | |
DiffServActionFlowProfile(DiffServTrafficConditioner dstc)
Constructor DiffServActionFlowProfile |
|
| Method Summary | |
void |
addActionProfile(int flowid,
com.renesys.raceway.DML.Configuration cfg)
Method addActionProfile XXX |
DiffServFlowProfile |
getDiffServFlowProfile(int DiffServFlowID)
Method getDiffServFlowProfile XXX |
void |
init()
Method init |
boolean |
isDiffServFlowProfile(int DiffServFlowID)
Method isDiffServFlowProfile XXX |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public DiffServTrafficConditioner DSTConditioner
public boolean debug
public java.lang.String HostID
public java.util.Hashtable FlowProfileTable
| Constructor Detail |
public DiffServActionFlowProfile(DiffServTrafficConditioner dstc)
dstc - - XXX| Method Detail |
public void init()
public void addActionProfile(int flowid,
com.renesys.raceway.DML.Configuration cfg)
flowid - - XXXcfg - - XXXpublic DiffServFlowProfile getDiffServFlowProfile(int DiffServFlowID)
DiffServFlowID - - XXX
public boolean isDiffServFlowProfile(int DiffServFlowID)
DiffServFlowID - - XXX
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||