DRCL J-Sim API

drcl.inet.protocol.ospf
Class OSPF_Neighbor

java.lang.Object
  extended bydrcl.inet.protocol.ospf.OSPF_Neighbor

public class OSPF_Neighbor
extends java.lang.Object

The information exchanged with other adjacent nodes is described by a OSPF_Neighbor data structure, which is bounded to a specific OSPF router interface. Ref: sec.10

Author:
Wei-peng Chen
See Also:
OSPF, OSPF_Interface, OSPF_DBdesc, OSPF_LSA, OSPF_TimeOut_EVT

Constructor Summary
OSPF_Neighbor(int src, OSPF_Interface oif)
          Static function used to create an OSPF_Neighbor entity
 
Method Summary
 java.lang.String info(java.lang.String prefix_)
           
 void reset()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSPF_Neighbor

public OSPF_Neighbor(int src,
                     OSPF_Interface oif)
Static function used to create an OSPF_Neighbor entity

Method Detail

reset

public void reset()

toString

public java.lang.String toString()

info

public java.lang.String info(java.lang.String prefix_)

DRCL J-Sim API

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