drcl.inet.protocol.cbt
Class CBTInterfaceTimer
java.lang.Object
drcl.inet.protocol.cbt.CBTTimer
drcl.inet.protocol.cbt.CBTInterfaceTimer
- public class CBTInterfaceTimer
- extends CBTTimer
Interface timer is the timer for a specific interface.
It includes echo-timer, echo-rtx-timer,
upstream-expire-timer and downstream-expire-timer.
| Fields inherited from class drcl.inet.protocol.cbt.CBTTimer |
type |
|
Method Summary |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ifindex
public int ifindex
echoRequest
public CBTPacket echoRequest
ntries
public int ntries
CBTInterfaceTimer
public CBTInterfaceTimer()
CBTInterfaceTimer
public CBTInterfaceTimer(int type_,
int if_)
CBTInterfaceTimer
public CBTInterfaceTimer(int type_,
int if_,
CBTPacket echoReq_,
int ntries_)
- For creating echo-rtx-timer.
equals
public boolean equals(java.lang.Object o)
toString
public java.lang.String toString()
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~