jtc
Class PrioClass

java.lang.Object
  |
  +--jtc.TCClass
        |
        +--jtc.PrioClass

public class PrioClass
extends TCClass

This class represents a band of a priority scheduler (prio qdisc).


Fields inherited from class jtc.TCClass
estInterval, estTimer, minorHandle, parentClass, parentQDisc
 
Constructor Summary
PrioClass(short prio, PrioQDisc parent)
          Constructs a prio class
 
Method Summary
 java.lang.String toString()
          TC creates this class implicitly when creating the qdisc, so we do not need to generate tc code for it.
 
Methods inherited from class jtc.TCClass
getTC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrioClass

public PrioClass(short prio,
                 PrioQDisc parent)
Constructs a prio class
Parameters:
prio - priority for the traffic in this class
parent - the parent prio qdisc of the class
Method Detail

toString

public java.lang.String toString()
TC creates this class implicitly when creating the qdisc, so we do not need to generate tc code for it.
Overrides:
toString in class java.lang.Object
Returns:
null