|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--jtc.QDisc
|
+--jtc.QDiscWithClass
|
+--jtc.DSMarkQDisc
This class represents the dsmark qdisc.
| Fields inherited from class jtc.QDisc |
device,
estInterval,
estTimer,
ingress,
majorHandle,
minorHandle,
parent |
| Constructor Summary | |
DSMarkQDisc(java.lang.String device)
Cosntructs a dsmark qdisc as the root qdisc of the given device |
|
DSMarkQDisc(TCClass parent,
short majorHandle)
Constructs a dsmark qdisc |
|
| Method Summary | |
java.lang.String |
toString()
Get a string representation of the object. |
| Methods inherited from class jtc.QDisc |
getDevice,
getTC,
newFilterMinor |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public DSMarkQDisc(java.lang.String device)
device - device to which the qdisc shall be attached to
public DSMarkQDisc(TCClass parent,
short majorHandle)
parent - the parent class of the qdiscmajorHandle - the major handle the qdisc shall be identified by| Method Detail |
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||