Uses of Interface
jade.core.Service

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

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 SliceProxy.getService()
           
 Service ServiceFinder.findService(java.lang.String key)
          Looks up a platform service by name.
 Service Service.Slice.getService()
          Access the service object which this slice is a part of.
 

Constructors in jade.core with parameters of type Service
SliceProxy(Service svc, Node n)
           
 



JADE