jade
Class MicroBoot

java.lang.Object
  |
  +--jade.MicroBoot

public class MicroBoot
extends java.lang.Object

This class handles JADE start-up and shut-down in split-container mode, according to the current type of environment (JVM) we are running in.
Requires the LEAP add-on

Author:
Giovanni Caire - TILAB

Constructor Summary
MicroBoot()
          Default constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Fires up the JADE runtime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicroBoot

public MicroBoot()
Default constructor.

Method Detail

main

public static void main(java.lang.String[] args)
Fires up the JADE runtime.



JADE