|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jade.core.Starter
This utility class is a Facade to JADE runtime system and is only used to start up JADE.
Boot| Method Summary | |
static void |
startUp(boolean isPlatform,
java.lang.String platformID,
java.util.List agents,
java.lang.String[] args)
Starts up a suitable JADE runtime system, according to its parameters. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public static void startUp(boolean isPlatform,
java.lang.String platformID,
java.util.List agents,
java.lang.String[] args)
isPlatform - true if -platform is
given on the command line, false otherwise.platformID - An globally unique ID for the
platform, built from JADE default settings and command line
parameters.agents - A List containing names and classes
of the agents to fire up during JADE startup.args - Command line arguments, used by CORBA ORB.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||