DRCL J-Sim API

drcl.inet.protocol.cbt
Class CBTInterfaceTimer

java.lang.Object
  extended bydrcl.inet.protocol.cbt.CBTTimer
      extended bydrcl.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.


Field Summary
 CBTPacket echoRequest
           
 int ifindex
           
 int ntries
           
 
Fields inherited from class drcl.inet.protocol.cbt.CBTTimer
type
 
Constructor Summary
CBTInterfaceTimer()
           
CBTInterfaceTimer(int type_, int if_)
           
CBTInterfaceTimer(int type_, int if_, CBTPacket echoReq_, int ntries_)
          For creating echo-rtx-timer.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class drcl.inet.protocol.cbt.CBTTimer
hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ifindex

public int ifindex

echoRequest

public CBTPacket echoRequest

ntries

public int ntries
Constructor Detail

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.

Method Detail

equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~