Uses of Interface
jade.core.AgentContainer

Packages that use AgentContainer
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 AgentContainer in jade.core
 

Methods in jade.core with parameters of type AgentContainer
 void Service.init(AgentContainer ac, Profile p)
          Performs the passive initialization step of the service.
 void BaseService.init(AgentContainer ac, Profile p)
           
 

Uses of AgentContainer in jade.wrapper
 

Constructors in jade.wrapper with parameters of type AgentContainer
ContainerController(ContainerProxy cp, AgentContainer impl, java.lang.String platformName)
          This constructor requires a concrete implementation of a JADE agent container, which cannot be instantiated by applications, so it cannot be meaningfully called from application code.
AgentController(AID id, ContainerProxy cp, AgentContainer ac)
          This constructor should not be called by applications.
AgentContainer(ContainerProxy cp, AgentContainer impl, java.lang.String platformName)
           
 



JADE