Uses of Interface
jade.core.ServiceManager

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

Uses of ServiceManager in jade.core
 

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

Fields in jade.core declared as ServiceManager
protected  ServiceManager BaseNode.myServiceManager
           
 

Methods in jade.core that return ServiceManager
protected  ServiceManager ProfileImpl.getServiceManager()
          Access the platform service manager.
protected abstract  ServiceManager Profile.getServiceManager()
          Obtain a reference to the platform Service Manager, with which kernel-level services can be added and removed.
 ServiceManager AgentContainer.getServiceManager()
           
 

Methods in jade.core with parameters of type ServiceManager
 void BaseNode.setServiceManager(ServiceManager mgr)