|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--jtc.TCClass
|
+--jtc.PrioClass
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 |
public PrioClass(short prio,
PrioQDisc parent)
prio - priority for the traffic in this classparent - the parent prio qdisc of the class| Method Detail |
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||