Uses of Interface
jade.wrapper.ContainerProxy
-
Packages that use ContainerProxy Package Description 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 ContainerProxy in jade.wrapper
Constructors in jade.wrapper with parameters of type ContainerProxy Constructor Description AgentContainer(ContainerProxy cp, AgentContainer impl, String platformName)ContainerController(ContainerProxy cp, AgentContainer impl, 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.
-