Uses of Interface
jade.core.PlatformManager

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

Uses of PlatformManager in jade.core
 

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

Methods in jade.core that return PlatformManager
protected  PlatformManager ProfileImpl.getPlatformManager()
           
 PlatformManager MainContainerImpl.getPlatformManager()
           
 PlatformManager IMTPManager.getPlatformManagerProxy()
          Retrieve a proxy to the PlatformManager specified in the local Profile
 PlatformManager IMTPManager.getPlatformManagerProxy(java.lang.String addr)
          Retrieve a proxy to the PlatformManager listening at a given address
 

Methods in jade.core with parameters of type PlatformManager
 void IMTPManager.exportPlatformManager(PlatformManager mgr)
          Makes the platform Service Manager available through this IMTP.
 void IMTPManager.reconnected(PlatformManager pm)
          Inform the local IMTPManager that this node is now connected to the given PlatformManager
 void IMTPManager.unexportPlatformManager(PlatformManager sm)
          Stops making the platform Service Manager available through this IMTP.