J-Sim v1.2.1-p7 API

Uses of Class
drcl.inet.data.InterfaceInfo

Packages that use InterfaceInfo
drcl.inet   
drcl.inet.contract   
drcl.inet.core   
 

Uses of InterfaceInfo in drcl.inet
 

Methods in drcl.inet that return InterfaceInfo
 InterfaceInfo Node.getInterfaceInfo(int ifIndex_)
          Returns the interface information of the ifindex_th interface.
 InterfaceInfo[] Node.getInterfaceInfos()
          Returns the interface information of all the interfaces.
abstract  InterfaceInfo CoreServiceLayer.getInterfaceInfo(int ifIndex_)
          Returns the interface information of the specified interface.
abstract  InterfaceInfo[] CoreServiceLayer.getInterfaceInfos()
          Returns all the interface information in an array.
 

Methods in drcl.inet with parameters of type InterfaceInfo
 void Node.setInterfaceInfo(int ifindex_, InterfaceInfo if_)
          Sets the interface information of the ifindex_th interface.
 void Node.setInterfaceInfos(InterfaceInfo[] aa_)
          Sets the interface information of all the interfaces.
abstract  void CoreServiceLayer.setInterfaceInfo(int ifindex_, InterfaceInfo if_)
          Sets the interface information at the specified interface.
abstract  void CoreServiceLayer.setInterfaceInfos(InterfaceInfo[] aa_)
          Sets the interface information of all the interfaces.
 

Uses of InterfaceInfo in drcl.inet.contract
 

Methods in drcl.inet.contract that return InterfaceInfo
static InterfaceInfo[] IFQuery.getInterfaceInfos(Port out_)
           
static InterfaceInfo[] IFQuery.getInterfaceInfos(BitSet ifset_, Port out_)
           
static InterfaceInfo IFQuery.getInterfaceInfo(int index_, Port out_)
           
 

Methods in drcl.inet.contract with parameters of type InterfaceInfo
static void IFQuery.setInterfaceInfos(InterfaceInfo[] aa_, Port out_)
           
static void IFQuery.setInterfaceInfo(int index_, InterfaceInfo if_, Port out_)
           
 

Uses of InterfaceInfo in drcl.inet.core
 

Fields in drcl.inet.core declared as InterfaceInfo
protected  InterfaceInfo[] Hello.neighbors
          The vector which keeps track of all the available interfaces of a node.
 

Methods in drcl.inet.core that return InterfaceInfo
protected  InterfaceInfo[] Hellov._queryAll()
           
protected  InterfaceInfo[] Hello._queryAll()
          Hookup for Hellov extension.
 InterfaceInfo Hello._getInterfaceInfo(int ifIndex_)
          Returns the information of a specific interface.
 InterfaceInfo[] Hello.getInterfaceInfos()
          Returns the information of all interfaces.
 InterfaceInfo CoreServiceLayer.getInterfaceInfo(int ifindex_)
           
 InterfaceInfo[] CoreServiceLayer.getInterfaceInfos()
           
 

Methods in drcl.inet.core with parameters of type InterfaceInfo
 void Hello._setInterfaceInfo(int ifindex_, InterfaceInfo if_)
          Sets the information of a specific interface.
 void Hello.setInterfaceInfos(InterfaceInfo[] aa_)
          Sets the interface information for all interfaces.
 void CoreServiceLayer.setInterfaceInfo(int ifindex_, InterfaceInfo if_)
           
 void CoreServiceLayer.setInterfaceInfos(InterfaceInfo[] aa_)
           
 


J-Sim v1.2.1-p7 API

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