Uses of Class
jade.core.Profile

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

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.
static BackEndManager BackEndManager.getInstance(Profile p)
           
 void Service.init(AgentContainer ac, Profile p)
          Performs the passive initialization step of the service.
 void BaseService.init(AgentContainer ac, Profile p)
           
 void ResourceManager.initialize(Profile p)
           
 void IMTPManager.initialize(Profile p)
          Initialize this IMTPManager
 void Runtime.startUp(Profile p)
          Starts a JADE container in the Single-container modality.
 

Constructors in jade.core with parameters of type Profile
MainContainerImpl(Profile p, PlatformManagerImpl pm)
           
 

Uses of Profile in jade.core.event
 

Methods in jade.core.event with parameters of type Profile
 void NotificationService.init(AgentContainer ac, Profile p)
           
 

Uses of Profile in jade.mtp
 

Methods in jade.mtp with parameters of type Profile
 TransportAddress InChannel.activate(InChannel.Dispatcher disp, Profile p)
          Activates an MTP handler for incoming messages on a default address.
 void InChannel.activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)
          Activates an MTP handler for incoming messages on a specific address.