Uses of Package
jade.wrapper

Packages that use jade.wrapper
jade.core This package contains the microkernel of JADE system. 
jade.core.event   
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.
AgentController
          This interface is a Proxy, allowing access to a JADE agent.
ControllerException
          This exception class is thrown when an operation fails on any of the agent controller methods.
 

Classes in jade.wrapper used by jade.core.event
PlatformEvent
          
NOT available in MIDP
 

Classes in jade.wrapper used by jade.wrapper
AgentController
          This interface is a Proxy, allowing access to a JADE agent.
ContainerController
          This class is a Proxy class, allowing access to a JADE agent container.
ContainerProxy
          This interface is used by an AgentController or ContainerController to request action to the underlying implementation as if they where received from the main container.
ControllerException
          This exception class is thrown when an operation fails on any of the agent controller methods.
O2AException
           
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.