|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.init(AgentContainer ac,
Profile p)
Performs the passive initialization step of the service. |
void |
Service.boot(Profile p)
Performs the active initialization step of a kernel-level service. |
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 |
Runtime.startUp(Profile p)
Starts a JADE container in the Single-container modality. |
void |
BaseService.init(AgentContainer ac,
Profile p)
|
void |
BaseService.boot(Profile p)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |