Uses of Interface
jade.core.Service

Packages that use Service
jade.core This package contains the microkernel of JADE system. 
jade.core.event   
 

Uses of Service in jade.core
 

Classes in jade.core that implement Service
 class BaseService
          The BaseService abstract class partially implements the Service interface, providing a simple and uniform mechanism for slice management and service discovery.
 

Methods in jade.core that return Service
 Service ServiceManagerImpl.findService(java.lang.String key)
           
 Service ServiceFinder.findService(java.lang.String key)
          Looks up a platform service by name.
 Service SliceProxy.getService()
           
 Service ServiceDescriptor.getService()
          Retrieve the described service.
 Service Service.Slice.getService()
          Access the service object which this slice is a part of.
 

Methods in jade.core with parameters of type Service
 void ServiceDescriptor.setService(Service svc)
          Change the described service (if any).
 

Constructors in jade.core with parameters of type Service
Service.SliceProxy(Service svc, Node n)
          Deprecated.  
ServiceDescriptor(java.lang.String sn, Service svc)
          Builds a new service descriptor, describing the given service with the given name and properties.
SliceProxy(Service svc, Node n)
           
 

Uses of Service in jade.core.event
 

Classes in jade.core.event that implement Service
 class NotificationService
          The JADE service to manage the event notification subsystem installed on the platform.