Uses of Class
jade.core.NotFoundException

Packages that use NotFoundException
jade.core This package contains the microkernel of JADE system.  
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours.  
jade.wrapper Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself.  
 

Uses of NotFoundException in jade.core
 

Methods in jade.core that throw NotFoundException
static void MicroRuntime.killAgent(java.lang.String name)
          Kill an agent.
 

Uses of NotFoundException in jade.core.behaviours
 

Methods in jade.core.behaviours that throw NotFoundException
 java.lang.Thread ThreadedBehaviourFactory.interrupt(Behaviour b)
          Interrupt a threaded behaviour.
 

Uses of NotFoundException in jade.wrapper
 

Methods in jade.wrapper that throw NotFoundException
 void ContainerController.uninstallMTP(java.lang.String address)
          Removes a message transport protocol, previously running within this container.
 



JADE