Package | Description |
---|---|
jade.core |
This package contains the microkernel of JADE
system.
|
jade.core.sam |
Modifier and Type | Class and Description |
---|---|
class |
BaseService
The
BaseService abstract class partially implements
the Service interface, providing a simple and uniform
mechanism for slice management and service discovery. |
Modifier and Type | Method and Description |
---|---|
Service |
ServiceFinder.findService(java.lang.String key)
Looks up a platform service by name.
|
Service |
SliceProxy.getService() |
Service |
Service.Slice.getService()
Access the service object which this slice is a part of.
|
Constructor and Description |
---|
SliceProxy(Service svc,
Node n) |
Modifier and Type | Class and Description |
---|---|
class |
SAMService
JADE Kernel service supporting System Activity Monitoring (SAM).
|