jade.core
Class Starter

java.lang.Object
  |
  +--jade.core.Starter

public class Starter
extends java.lang.Object

This utility class is a Facade to JADE runtime system and is only used to start up JADE.

See Also:
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

startUp

public 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.
Parameters:
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.