Uses of Class
jade.core.NotFoundException

Packages that use NotFoundException
jade.core This package contains the microkernel of JADE system.  
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.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