DRCL JavaSim API

Uses of Class
drcl.intserv.SpecFlow

Packages that use SpecFlow
drcl.intserv   
drcl.intserv.scheduler   
 

Uses of SpecFlow in drcl.intserv
 

Methods in drcl.intserv that return SpecFlow
 SpecFlow Admission.addFlowspec(long tos_, SpecFlow fspec_)
          Installs a new flowspec.
 SpecFlow Admission.addFlowspec(long tos_, long tosmask_, SpecFlow fspec_)
          Installs a new flowspec.
 SpecFlow Admission.addFlowspec(long[] tos_, long[] tosmask_, SpecFlow fspec_)
          Installs a new flowspec.
 SpecFlow Admission.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
          Installs a new flowspec or changes an existing flowspec with the specified handle.
 SpecFlow Admission.removeFlowspec(int handle_)
          Removes an installed flowspec by its handle.
static SpecFlow SchedulerConfig.add(long[] tos_, long[] tosmask_, SpecFlow fspec_, Port out_)
           
static SpecFlow SchedulerConfig.modify(SpecFlow fspec_, Port out_)
           
static SpecFlow SchedulerConfig.remove(int handle_, Port out_)
           
static SpecFlow SchedulerConfig.query(int handle_, Port out_)
           
static SpecFlow[] SchedulerConfig.queryAll(Port out_)
           
 SpecFlow SchedulerConfig.Message.getFlowspec()
           
 SpecFlow Scheduler.removeFlowspec(int handle_)
          Removes a flowspec.
 SpecFlow Scheduler.getFlowspec(int handle_)
          Returns the reservation specified by the handle.
 SpecFlow[] Scheduler.getAllFlowspecs()
          Returns the all reservations installed in this link.
 SpecFlow Scheduler.getFlowspec(long tos_)
          Returns the the flow that best matches the ToS value.
 

Methods in drcl.intserv with parameters of type SpecFlow
 SpecFlow Admission.addFlowspec(long tos_, SpecFlow fspec_)
          Installs a new flowspec.
 SpecFlow Admission.addFlowspec(long tos_, long tosmask_, SpecFlow fspec_)
          Installs a new flowspec.
 SpecFlow Admission.addFlowspec(long[] tos_, long[] tosmask_, SpecFlow fspec_)
          Installs a new flowspec.
 SpecFlow Admission.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
          Installs a new flowspec or changes an existing flowspec with the specified handle.
static SpecFlow SchedulerConfig.add(long[] tos_, long[] tosmask_, SpecFlow fspec_, Port out_)
           
static SpecFlow SchedulerConfig.modify(SpecFlow fspec_, Port out_)
           
 int Scheduler.addFlowspec(long tos_, SpecFlow fspec_)
          Adds a flowspec.
 int Scheduler.addFlowspec(long tos_, long tosmask_, SpecFlow fspec_)
          Adds a flowspec.
 int Scheduler.addFlowspec(long[] tos_, long[] tosmask_, SpecFlow fspec_)
          Adds a flowspec.
 int Scheduler.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
          Adds/modifies the flowspec with the specified handle.
 void SpecFlow.merge(SpecFlow that_)
          Merge that_ into this flowspec.
 

Constructors in drcl.intserv with parameters of type SpecFlow
SchedulerConfig.Message(int type_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 

Uses of SpecFlow in drcl.intserv.scheduler
 

Methods in drcl.intserv.scheduler that return SpecFlow
 SpecFlow scheduler_SCFQ.removeFlowspec(int handle_)
           
 SpecFlow scheduler_VC.removeFlowspec(int handle_)
           
 SpecFlow admission_PTSP.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 SpecFlow admission_PTSP.removeFlowspec(int handle_)
           
 SpecFlow admission_DCTS.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 SpecFlow admission_DCTS.removeFlowspec(int handle_)
           
 SpecFlow admission_GR.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 SpecFlow admission_GR.removeFlowspec(int handle_)
           
 SpecFlow scheduler_SFQ.removeFlowspec(int handle_)
          Event handler when the receive the FLOW_TEARDOWN message.
 SpecFlow scheduler_SP.removeFlowspec(int handle_)
           
 SpecFlow scheduler_PGPS.removeFlowspec(int handle_)
           
 SpecFlow scheduler_WF2Q.removeFlowspec(int handle_)
           
 

Methods in drcl.intserv.scheduler with parameters of type SpecFlow
 int scheduler_SCFQ.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 int scheduler_VC.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 SpecFlow admission_PTSP.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 SpecFlow admission_DCTS.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 SpecFlow admission_GR.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 int scheduler_SFQ.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
          Set up flow pertaining data structure; Activate flow; Reply to Admission.
 int scheduler_SP.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 int scheduler_PGPS.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 int scheduler_WF2Q.setFlowspec(int handle_, long[] tos_, long[] tosmask_, SpecFlow fspec_)
           
 


DRCL JavaSim API

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