Uses of Package
jade.wrapper

Packages that use jade.wrapper
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.  
jade.wrapper.gateway This is a subpackage of jade.wrapper and contains a set of classes that enables a non-JADE application to issue commands to a JADE-based application.  
 

Classes in jade.wrapper used by jade.core
AgentContainer
          This class is maintained for backward compatibility only.
 

Classes in jade.wrapper used by jade.wrapper
AgentContainer
          This class is maintained for backward compatibility only.
AgentController
          This class is a Proxy class, allowing access to a JADE agent.
ContainerController
          This class is a Proxy class, allowing access to a JADE agent container.
ControllerException
          This exception class is thrown when an operation fails on any of the agent controller methods.
PlatformController
          Defines those methods which are permitted on a platform.
PlatformController.Listener
          Inner callback interface to receive platform events.
PlatformEvent
          
NOT available in MIDP
StaleProxyException
          This exception class is thrown when an attempt to use a stale (i.e. outdated) wrapper object is made.
State
          Defines the interface to all concrete implementations of state representation.
StateBase
          Provides an abstract base class for implementations of state.
 

Classes in jade.wrapper used by jade.wrapper.gateway
ControllerException
          This exception class is thrown when an operation fails on any of the agent controller methods.
StaleProxyException
          This exception class is thrown when an attempt to use a stale (i.e. outdated) wrapper object is made.
 



JADE