Uses of Interface
jade.core.ServiceFinder

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

Uses of ServiceFinder in jade.core
 

Classes in jade.core that implement ServiceFinder
 class ServiceManagerImpl
          The ServiceManagerImpl class is the actual implementation of JADE platform Service Manager and Service Finder components.
 

Fields in jade.core declared as ServiceFinder
protected  ServiceFinder BaseService.myFinder
           
 

Methods in jade.core that return ServiceFinder
protected  ServiceFinder ProfileImpl.getServiceFinder()
          Access the platform service finder.
protected abstract  ServiceFinder Profile.getServiceFinder()
          Obtain a reference to the platform Service Finder, with which kernel-level services can be looked up.
 ServiceFinder AgentContainer.getServiceFinder()