DRCL JavaSim API

Uses of Class
drcl.intserv.SpecR

Packages that use SpecR
drcl.intserv   
drcl.intserv.scheduler   
 

Uses of SpecR in drcl.intserv
 

Fields in drcl.intserv declared as SpecR
 SpecR SpecFlow.rspec
           
 

Methods in drcl.intserv that return SpecR
abstract  SpecR RspecTranslator.translate(SpecAd adspec, QoSRequirement qos)
          Given the Adspec, the method returns the "minimum" Rspec that satisfies the specified QoS requirement.
 SpecR Scheduler.getRspec(int handle_)
          Returns the flow specified by the handle.
 SpecR[] Scheduler.getAllRspecs()
          Returns all the Rspecs installed.
 SpecR Scheduler.getRspec(long tos_)
          Returns the rspec of the flow that best matches the ToS value.
 SpecR SpecFlow.getRspec()
           
abstract  SpecR SpecR.merge(SpecR rspec_)
           
 

Methods in drcl.intserv with parameters of type SpecR
protected abstract  void Scheduler.qosEnque(Packet p_, SpecR rspec_)
          Subclasses must override this method to provide its own enqueuing scheme.
abstract  SpecR SpecR.merge(SpecR rspec_)
           
abstract  int SpecR.compareWith(SpecR rspec)
          Returns 1 if this > rspec; 0 if this == rspec and -1 if this < rspec.
 

Constructors in drcl.intserv with parameters of type SpecR
SpecFlow(TrafficModel tspec_, SpecR rspec_)
           
 

Uses of SpecR in drcl.intserv.scheduler
 

Subclasses of SpecR in drcl.intserv.scheduler
 class SpecR_DCTS
           
 class SpecR_GR
           
 class SpecR_PTSP
          Periodic-task static-priority Rspec.
 

Methods in drcl.intserv.scheduler that return SpecR
 SpecR Translator_GR.translate(SpecAd adspec_, QoSRequirement qos_)
           
 SpecR Translator_DCTS.translate(SpecAd adspec_, QoSRequirement qos_)
           
 SpecR SpecR_GR.merge(SpecR rspec_)
           
 SpecR Translator_PTSP_EA.translate(SpecAd adspec_, QoSRequirement qos_)
           
 SpecR SpecR_DCTS.merge(SpecR rspec_)
           
 SpecR SpecR_PTSP.merge(SpecR rspec_)
           
 

Methods in drcl.intserv.scheduler with parameters of type SpecR
protected  void scheduler_SCFQ.qosEnque(Packet p_, SpecR rspec_)
           
protected  void scheduler_VC.qosEnque(Packet p_, SpecR rspec_)
           
protected  void scheduler_SFQ.qosEnque(Packet p_, SpecR rspec_)
           
 SpecR SpecR_GR.merge(SpecR rspec_)
           
 int SpecR_GR.compareWith(SpecR rspec_)
           
protected  void scheduler_SP.qosEnque(Packet p_, SpecR rspec_)
           
 SpecR SpecR_DCTS.merge(SpecR rspec_)
           
 int SpecR_DCTS.compareWith(SpecR rspec_)
           
protected  void scheduler_PGPS.qosEnque(Packet p_, SpecR rspec_)
           
protected  void scheduler_WF2Q.qosEnque(Packet p_, SpecR rspec_)
           
 SpecR SpecR_PTSP.merge(SpecR rspec_)
           
 int SpecR_PTSP.compareWith(SpecR rspec_)
           
protected  void scheduler_Fifo.qosEnque(Packet p_, SpecR rspec_)
           
 


DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~