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