| Package | Description |
|---|---|
| jade.core |
This package contains the microkernel of JADE
system.
|
| jade.core.behaviours |
This package is a subpackage of
jade.core and contains
the classes used to implement basic agent
behaviours. |
| jade.core.resource | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MicroRuntime.killAgent(java.lang.String name)
Kill an agent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread |
ThreadedBehaviourFactory.interrupt(Behaviour b)
Interrupt a threaded behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ResourceManagementHelper.getResource(java.lang.String name)
Get remote resource
|
byte[] |
ResourceManagementHelper.getResource(java.lang.String name,
int fetchMode)
Get remote resource
|
byte[] |
ResourceManagementHelper.getResource(java.lang.String name,
int fetchMode,
java.lang.String containerName)
Get remote resource
|
byte[] |
ResourceManagementHelper.getResource(java.lang.String name,
java.lang.String containerName)
Get remote resource
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerController.uninstallMTP(java.lang.String address)
Removes a message transport protocol, previously running within this
container.
|