Uses of Interface
jade.core.PlatformManager
-
Packages that use PlatformManager Package Description jade.core This package contains the microkernel of JADE system.jade.imtp.leap jade.imtp.rmi -
-
Uses of PlatformManager in jade.core
Classes in jade.core that implement PlatformManager Modifier and Type Class Description classPlatformManagerImplTheServiceManagerImplclass is the actual implementation of JADE platform Service Manager and Service Finder components.Methods in jade.core that return PlatformManager Modifier and Type Method Description PlatformManagerMainContainerImpl. getPlatformManager()protected PlatformManagerProfileImpl. getPlatformManager()PlatformManagerIMTPManager. getPlatformManagerProxy()Retrieve a proxy to the PlatformManager specified in the local ProfilePlatformManagerIMTPManager. getPlatformManagerProxy(String addr)Retrieve a proxy to the PlatformManager listening at a given addressMethods in jade.core with parameters of type PlatformManager Modifier and Type Method Description voidIMTPManager. exportPlatformManager(PlatformManager mgr)Makes the platform Service Manager available through this IMTP.voidIMTPManager. reconnected(PlatformManager pm)Inform the local IMTPManager that this node is now connected to the given PlatformManagervoidIMTPManager. unexportPlatformManager(PlatformManager sm)Stops making the platform Service Manager available through this IMTP. -
Uses of PlatformManager in jade.imtp.leap
Methods in jade.imtp.leap that return PlatformManager Modifier and Type Method Description PlatformManagerLEAPIMTPManager. getPlatformManagerProxy()PlatformManagerLEAPIMTPManager. getPlatformManagerProxy(String addr)Methods in jade.imtp.leap with parameters of type PlatformManager Modifier and Type Method Description voidLEAPIMTPManager. exportPlatformManager(PlatformManager mgr)voidLEAPIMTPManager. reconnected(PlatformManager pm)voidLEAPIMTPManager. unexportPlatformManager(PlatformManager pm) -
Uses of PlatformManager in jade.imtp.rmi
Methods in jade.imtp.rmi that return PlatformManager Modifier and Type Method Description PlatformManagerRMIIMTPManager. getPlatformManagerProxy()PlatformManagerRMIIMTPManager. getPlatformManagerProxy(String addr)Methods in jade.imtp.rmi with parameters of type PlatformManager Modifier and Type Method Description voidRMIIMTPManager. exportPlatformManager(PlatformManager mgr)voidRMIIMTPManager. reconnected(PlatformManager pm)voidRMIIMTPManager. unexportPlatformManager(PlatformManager mgr)
-