Uses of Interface
jade.core.ServiceFinder
-
Packages that use ServiceFinder Package Description jade.core This package contains the microkernel of JADE system.jade.core.replication -
-
Uses of ServiceFinder in jade.core
Classes in jade.core that implement ServiceFinder 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 ServiceFinder Modifier and Type Field Description protected ServiceFinderBaseService. myFinderMethods in jade.core that return ServiceFinder Modifier and Type Method Description ServiceFinderAgentContainer. getServiceFinder()protected abstract ServiceFinderProfile. getServiceFinder()Obtain a reference to the platform Service Finder, with which kernel-level services can be looked up.protected ServiceFinderProfileImpl. getServiceFinder()Access the platform service finder. -
Uses of ServiceFinder in jade.core.replication
Constructors in jade.core.replication with parameters of type ServiceFinder Constructor Description MainReplicationHandle(Service svc, ServiceFinder sf)
-