drcl.inet.protocol.ospf
Class OSPF_TimeOut_EVT
java.lang.Object
|
+--drcl.inet.protocol.ospf.OSPF_TimeOut_EVT
- public class OSPF_TimeOut_EVT
- extends java.lang.Object
Class OSPF_TimeOut_EVT
Class for handling tiom out event
- Author:
- Wei-peng Chen, Hung-ying Tyan
- See Also:
OSPF
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OSPF_TIMEOUT_HELLO
public static final int OSPF_TIMEOUT_HELLO
OSPF_TIMEOUT_LS_REFRESH
public static final int OSPF_TIMEOUT_LS_REFRESH
OSPF_TIMEOUT_LSMAXAGE_REACH
public static final int OSPF_TIMEOUT_LSMAXAGE_REACH
OSPF_TIMEOUT_ACK_DELAY_REACH
public static final int OSPF_TIMEOUT_ACK_DELAY_REACH
OSPF_TIMEOUT_NBR_INACTIVE
public static final int OSPF_TIMEOUT_NBR_INACTIVE
OSPF_TIMEOUT_DBDESC_RETRANS
public static final int OSPF_TIMEOUT_DBDESC_RETRANS
OSPF_TIMEOUT_LSUPDATE_RETRANS
public static final int OSPF_TIMEOUT_LSUPDATE_RETRANS
OSPF_TIMEOUT_LSREQ_RETRANS
public static final int OSPF_TIMEOUT_LSREQ_RETRANS
OSPF_TIMEOUT_DELAY_FLOOD
public static final int OSPF_TIMEOUT_DELAY_FLOOD
OSPF_TimeOut_EVT
public OSPF_TimeOut_EVT(int tp_)
- Constructor
- Parameters:
tp_: - Timeout type, now there is just RXT timeout
OSPF_TimeOut_EVT
public OSPF_TimeOut_EVT(int tp_,
java.lang.Object obj_)
- Constructor
- Parameters:
tp_: - Timeout type, now there is just RXT timeoutobj_: - the associated object with the time out event
(OSPF_Interface, OSPF_Neighbor or OSPF_LSA)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
setEVT_Type
public void setEVT_Type(int tp_)
- Functions to set or get information for a event
getEVT_Type
public int getEVT_Type()
setObject
public void setObject(java.lang.Object obj_)
getObject
public java.lang.Object getObject()
equals
public boolean equals(java.lang.Object o_)
- Overrides:
equals in class java.lang.Object
Copyright © 2001 - DRCL, OSU ~ Back to JavaSim Home ~