Uses of Class
be.ac.ulg.montefiore.run.totem.domain.exception.NodeInterfaceNotFoundException

Packages that use NodeInterfaceNotFoundException
be.ac.ulg.montefiore.run.totem.domain.model This package holds the model for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.impl This package holds classes which are the implementation of the model for the domain package. 
 

Uses of NodeInterfaceNotFoundException in be.ac.ulg.montefiore.run.totem.domain.model
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw NodeInterfaceNotFoundException
 NodeInterface Link.getDstInterface()
           
 Link Domain.getLinkBetweenNodes(java.lang.String srcNodeId, java.lang.String srcIfId, java.lang.String dstNodeId, java.lang.String dstIfId)
          Returns the link between srcNode and dstNode and using the specified interfaces.
 Link Domain.getLinkFrom(java.lang.String nodeId, java.lang.String nodeInterfaceId)
          Returns the link connecting the given interface on the given source node.
 Link Domain.getLinkTo(java.lang.String nodeId, java.lang.String nodeInterfaceId)
          Returns the link connecting the given interface on the given destination node.
 NodeInterface Node.getNodeInterface(java.lang.String nodeInterfaceId)
           
 NodeInterface Node.getNodeInterfaceByIP(java.lang.String nodeInterfaceIP)
           
 NodeInterface Link.getSrcInterface()
           
 void Link.setDstInterface(java.lang.String dstInterfaceId)
           
 void Link.setSrcInterface(java.lang.String srcInterfaceId)
           
 

Uses of NodeInterfaceNotFoundException in be.ac.ulg.montefiore.run.totem.domain.model.impl
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw NodeInterfaceNotFoundException
 NodeInterface LinkImpl.getDstInterface()
          Returns the interface of the destination node used by this link.
 Link DomainImpl.getLinkBetweenNodes(java.lang.String srcNodeId, java.lang.String srcIfId, java.lang.String dstNodeId, java.lang.String dstIfId)
          Returns the link between srcNode and dstNode and using the specified interfaces.
 Link DomainImpl.getLinkFrom(java.lang.String nodeId, java.lang.String nodeInterfaceId)
          Returns the link connecting the given interface on the given source node.
 Link DomainImpl.getLinkTo(java.lang.String nodeId, java.lang.String nodeInterfaceId)
          Returns the link connecting the given interface on the given destination node.
 NodeInterface NodeImpl.getNodeInterface(java.lang.String nodeInterfaceId)
           
 NodeInterface NodeImpl.getNodeInterfaceByIP(java.lang.String nodeInterfaceIP)
           
 NodeInterface LinkImpl.getSrcInterface()
          Returns the interface of the source node used by this link.
 void LinkImpl.setDstInterface(java.lang.String dstInterfaceId)
          Sets the destination interface.
 void LinkImpl.setSrcInterface(java.lang.String srcInterfaceId)
          Sets the source interface.
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.