Uses of Class
jade.core.Profile

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

Uses of Profile in jade.core
 

Subclasses of Profile in jade.core
 class ProfileImpl
          This class allows the JADE core to retrieve configuration-dependent classes and boot parameters.
 

Methods in jade.core with parameters of type Profile
 void Service.boot(Profile p)
          Performs the active initialization step of a kernel-level service.
 void BaseService.boot(Profile p)
           
 AgentContainer Runtime.createAgentContainer(Profile p)
          Creates a new agent container in the current JVM, providing access through a proxy object.
 AgentContainer Runtime.createMainContainer(Profile p)
          Creates a new main container in the current JVM, providing access through a proxy object.
 void Service.init(AgentContainer ac, Profile p)
          Performs the passive initialization step of the service.
 void BaseService.init(AgentContainer ac, Profile p)
           
 void Runtime.startUp(Profile p)
          Starts a JADE container in the Single-container modality.
 



These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions