Package | Description |
---|---|
jade.core |
This package contains the microkernel of JADE
system.
|
jade.core.resource | |
jade.core.sam |
Modifier and Type | Method and Description |
---|---|
ServiceHelper |
Service.getHelper(Agent a)
Get the helper for accessing this service.
|
ServiceHelper |
BaseService.getHelper(Agent a)
This should be properly implemented
by the services that have helpers.
|
ServiceHelper |
Agent.getHelper(java.lang.String serviceName)
Retrieves the agent's service helper
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceManagementHelper
The ResourceManagementHelper provides methods that allows to access
resources available on the main or other containers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SAMHelper
Helper interface for the System Activity Monitoring (SAM) Service.
|
Modifier and Type | Method and Description |
---|---|
ServiceHelper |
SAMService.getHelper(Agent a) |