Uses of Class
jade.core.ProfileException

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

Uses of ProfileException in jade.core
 

Methods in jade.core that throw ProfileException
protected  jade.core.CommandProcessor ProfileImpl.getCommandProcessor()
           
protected abstract  jade.core.CommandProcessor Profile.getCommandProcessor()
          Obtain a reference to the container Command Processor, which manages kernel-level commands dispatching them to the proper platform services.
protected  IMTPManager ProfileImpl.getIMTPManager()
           
protected abstract  IMTPManager Profile.getIMTPManager()
           
static BackEndManager BackEndManager.getInstance(Profile p)
           
protected  MainContainerImpl ProfileImpl.getMain()
           
protected abstract  MainContainerImpl Profile.getMain()
           
protected  PlatformManager ProfileImpl.getPlatformManager()
           
 ResourceManager ProfileImpl.getResourceManager()
           
abstract  ResourceManager Profile.getResourceManager()
           
protected  ServiceFinder ProfileImpl.getServiceFinder()
          Access the platform service finder.
protected abstract  ServiceFinder Profile.getServiceFinder()
          Obtain a reference to the platform Service Finder, with which kernel-level services can be looked up.
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.
 List ProfileImpl.getSpecifiers(java.lang.String key)
          Retrieve a list of Specifiers from the configuration properties.
abstract  List Profile.getSpecifiers(java.lang.String key)
          Retrieve a list of Specifiers from the configuration properties.
 void Service.init(AgentContainer ac, Profile p)
          Performs the passive initialization step of the service.
 void BaseService.init(AgentContainer ac, Profile p)
           
protected  void BackEndContainer.startNode()
           
 

Constructors in jade.core that throw ProfileException
BackEndContainer(Properties props, BEConnectionManager cm)
           
MainContainerImpl(Profile p, PlatformManagerImpl pm)
           
ProfileImpl(java.lang.String fileName)
          Create a Profile object initialized with the settings specified in a given property file
 

Uses of ProfileException in jade.core.event
 

Methods in jade.core.event that throw ProfileException
 void NotificationService.init(AgentContainer ac, Profile p)