gov.nist.antd.diffserv
Class DiffServActionFlowProfile

java.lang.Object
  |
  +--gov.nist.antd.diffserv.DiffServActionFlowProfile

public class DiffServActionFlowProfile
extends java.lang.Object

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.

Author:
Young-Tak Kim
, Eun-Hyuk Lim , borchert

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

DSTConditioner

public DiffServTrafficConditioner DSTConditioner
Field DSTConditioner - XXX


debug

public boolean debug
Field debug - XXX


HostID

public java.lang.String HostID
Field HostID - XXX


FlowProfileTable

public java.util.Hashtable FlowProfileTable
Field FlowProfileTable - XXX

Constructor Detail

DiffServActionFlowProfile

public DiffServActionFlowProfile(DiffServTrafficConditioner dstc)
Constructor DiffServActionFlowProfile

Parameters:
dstc - - XXX
Method Detail

init

public void init()
Method init


addActionProfile

public void addActionProfile(int flowid,
                             com.renesys.raceway.DML.Configuration cfg)
Method addActionProfile XXX

Parameters:
flowid - - XXX
cfg - - XXX

getDiffServFlowProfile

public DiffServFlowProfile getDiffServFlowProfile(int DiffServFlowID)
Method getDiffServFlowProfile XXX

Parameters:
DiffServFlowID - - XXX
Returns:
DiffServFlowProfile - XXX

isDiffServFlowProfile

public boolean isDiffServFlowProfile(int DiffServFlowID)
Method isDiffServFlowProfile XXX

Parameters:
DiffServFlowID - - XXX
Returns:
boolean - XXX