DRCL J-Sim API

Uses of Class
drcl.net.traffic.TrafficShaper

Packages that use TrafficShaper
drcl.intserv   
drcl.net.traffic   
 

Uses of TrafficShaper in drcl.intserv
 

Methods in drcl.intserv with parameters of type TrafficShaper
 void Scheduler.addShaper(int handle_, long[] tos_, long[] tosmask_, TrafficShaper shaper_)
          Adds a shaper in front of this to complete the reservation.
 

Uses of TrafficShaper in drcl.net.traffic
 

Subclasses of TrafficShaper in drcl.net.traffic
 class tsCDSmooth
          A traffic shaper that conforms to the (C,D)-smooth traffic model.
 class tsPeriodic
          This class implements a traffic shaper that conforms to the periodic traffic model.
 class tsRTSmooth
           
 class tsTokenBucket
          A traffic shaper that conforms to the token bucket traffic model.
 

Methods in drcl.net.traffic that return TrafficShaper
 TrafficShaper TrafficSourceComponent.getShaper()
          Returns the installed traffic shaper (if there is any).
 TrafficShaper TrafficShaperComponent.getShaper()
          Returns the associated TrafficShaper instance.
static TrafficShaper TrafficAssistant.getTrafficShaper(TrafficModel traffic_)
          Returns a TrafficShaper instance for the given traffic model.
 

Methods in drcl.net.traffic with parameters of type TrafficShaper
 void TrafficSourceComponent.setShaper(TrafficShaper shaper_)
          Adds a traffic shaper to the output of this source.
 void TrafficShaperComponent.setShaper(TrafficShaper shaper_)
          Installs the TrafficShaper instance.
 

Constructors in drcl.net.traffic with parameters of type TrafficShaper
TrafficShaperComponent(TrafficShaper shaper_)
           
 


DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~