Uses of Interface
jade.core.ServiceManager
-
Packages that use ServiceManager Package Description jade.core This package contains the microkernel of JADE system. -
-
Uses of ServiceManager in jade.core
Classes in jade.core that implement ServiceManager Modifier and Type Class Description classServiceManagerImplTheServiceManagerImplclass is the actual implementation of JADE platform Service Manager and Service Finder components.Fields in jade.core declared as ServiceManager Modifier and Type Field Description protected ServiceManagerBaseNode. myServiceManagerMethods in jade.core that return ServiceManager Modifier and Type Method Description ServiceManagerAgentContainer. getServiceManager()protected abstract ServiceManagerProfile. getServiceManager()Obtain a reference to the platform Service Manager, with which kernel-level services can be added and removed.protected ServiceManagerProfileImpl. getServiceManager()Access the platform service manager.Methods in jade.core with parameters of type ServiceManager Modifier and Type Method Description voidBaseNode. setServiceManager(ServiceManager mgr)
-