Uses of Class
jade.wrapper.ControllerException
-
Packages that use ControllerException Package Description 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. -
-
Uses of ControllerException in jade.core
Methods in jade.core that throw ControllerException Modifier and Type Method Description static AgentControllerMicroRuntime. getAgent(String localName)Get agent proxy to local agent given its name.static intMicroRuntime. size() -
Uses of ControllerException in jade.wrapper
Subclasses of ControllerException in jade.wrapper Modifier and Type Class Description classStaleProxyExceptionThis exception class is thrown when an attempt to use a stale (i.e.Methods in jade.wrapper that throw ControllerException Modifier and Type Method Description voidAgentContainer. addPlatformListener(PlatformController.Listener aListener)voidPlatformController. addPlatformListener(PlatformController.Listener aListener)Add a platform listener.AgentControllerPlatformController. createNewAgent(String nickName, String className, Object[] args)Create a new agent.AgentControllerContainerController. getAgent(String localAgentName)Get a controller (i.e.AgentControllerContainerController. getAgent(String name, boolean isGuid)Get a controller (i.e.AgentControllerPlatformController. getAgent(String localAgentName)Get agent proxy to local agent given its name.StringContainerController. getContainerName()Retrieve the name of the wrapped container.PlatformControllerContainerController. getPlatformController()Retrieve a controller for the platform the container wrapped by this ContainerController belongs to and acts as the Main Container.protected voidContainerController. initPlatformController()voidPlatformController. kill()Kill the agent platform.voidAgentContainer. removePlatformListener(PlatformController.Listener aListener)voidPlatformController. removePlatformListener(PlatformController.Listener aListener)Remove a platform listener.voidAgentContainer. resume()voidPlatformController. resume()Activate the agent platform.voidAgentContainer. start()voidPlatformController. start()Start the platform after its been initialized.voidAgentContainer. suspend()voidPlatformController. suspend()Suspend the agent platform. -
Uses of ControllerException in jade.wrapper.gateway
Methods in jade.wrapper.gateway that throw ControllerException Modifier and Type Method Description voidDynamicJadeGateway. checkJADE()This method checks if both the container, and the agent, are up and running.static voidJadeGateway. checkJADE()This method checks if both the container, and the agent, are up and running.voidSplitJadeGateway. checkJADE()voidDynamicJadeGateway. execute(Object command)execute a command.voidDynamicJadeGateway. execute(Object command, long timeout)Execute a command specifying a timeout.static voidJadeGateway. execute(Object command)execute a command.static voidJadeGateway. execute(Object command, long timeout)Execute a command specifying a timeout.
-