Uses of Interface
jade.wrapper.AgentController

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

Methods in jade.core that return AgentController
static AgentController MicroRuntime.getAgent(java.lang.String localName)
          Get agent proxy to local agent given its name.
 

Uses of AgentController in jade.wrapper
 

Methods in jade.wrapper that return AgentController
 AgentController ContainerController.acceptNewAgent(java.lang.String nickname, Agent anAgent)
          Add an Agent to this container.
 AgentController PlatformController.createNewAgent(java.lang.String nickName, java.lang.String className, java.lang.Object[] args)
          Create a new agent.
 AgentController ContainerController.createNewAgent(java.lang.String nickname, java.lang.String className, java.lang.Object[] args)
          Creates a new JADE agent, running within this container,
 AgentController PlatformController.getAgent(java.lang.String localAgentName)
          Get agent proxy to local agent given its name.
 AgentController ContainerController.getAgent(java.lang.String localAgentName)
          Get agent proxy to local agent given its name.
 



These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions