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

Packages that use StatusTypeException
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. 
test This package holds JUnit test classes. 
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw StatusTypeException
 void Link.setLinkStatus(int status)
           
 void NodeInterface.setNodeInterfaceStatus(int status)
           
 void Node.setNodeStatus(int status)
           
 void Node.setNodeStatus(java.lang.String status)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw StatusTypeException
 void LinkImpl.setLinkStatus(int status)
          Set the status of a link
 void NodeInterfaceImpl.setNodeInterfaceStatus(int status)
           
 void NodeImpl.setNodeStatus(int status)
          Set the status of the node
 void NodeImpl.setNodeStatus(java.lang.String status)
           
 

Uses of StatusTypeException in test
 

Methods in test that throw StatusTypeException
 void RoutingPathTest.testE2ERoutingPath()
           
 void RoutingPathTest.testLocalBackupRoutingPath()
           
 void RoutingPathTest.testPrimaryRoutingPath()
           
 



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