Uses of Class
jade.wrapper.StaleProxyException

Packages that use StaleProxyException
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.  
 

Uses of StaleProxyException in jade.wrapper
 

Methods in jade.wrapper that throw StaleProxyException
 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 ContainerController.acceptNewAgent(java.lang.String nickname, Agent anAgent)
          Add an Agent to this container.
 void ContainerController.kill()
          Shuts down this container, terminating all the agents running within it.
 void ContainerController.installMTP(java.lang.String address, java.lang.String className)
          Installs a new message transport protocol, that will run within this container.
 void ContainerController.uninstallMTP(java.lang.String address)
          Removes a message transport protocol, previously running within this container.
 java.lang.String AgentController.getName()
          Get the platforms name of the agent.
 void AgentController.start()
          Triggers a state transition from INITIATED to ACTIVE.
 void AgentController.suspend()
          Triggers a state transition from ACTIVE to SUSPENDED.
 void AgentController.activate()
          Triggers a state transition from SUSPENDED to ACTIVE.
 void AgentController.kill()
          Triggers a state transition from ACTIVE to DELETED.
 void AgentController.move(Location where)
          Triggers a state transition from ACTIVE to TRANSIT.
 void AgentController.clone(Location where, java.lang.String newName)
          Clones the current agent.
 void AgentController.putO2AObject(java.lang.Object o, boolean blocking)
          Passes an application-specific object to a local agent, created using JADE In-Process Interface.
 State AgentController.getState()
          Read current agent state.
 

Uses of StaleProxyException in jade.wrapper.gateway
 

Methods in jade.wrapper.gateway that throw StaleProxyException
static void JadeGateway.execute(java.lang.Object command)
          execute a command.
static void JadeGateway.execute(java.lang.Object command, long timeout)
          execute a command specifying a timeout.
 



JADE