org.ow2.jonas.lib.bootstrap
Class Bootstrap

java.lang.Object
  extended by org.ow2.jonas.lib.bootstrap.Bootstrap

public class Bootstrap
extends Object

This class load all the jars needed to start JOnAS and after this, it launch the JOnAS server (Server class).

Author:
Ludovic Bert (initial developer), Florent Benoit (initial developer), Philippe Durieux (new jonas jar files architecture)

Method Summary
static void main(String[] args)
          Server main routine (Load all the jars needed to start jonas)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Server main routine (Load all the jars needed to start jonas)

Parameters:
args - the list of the args to give to the bootstrap class.


Copyright © 2010 OW2 Consortium. All Rights Reserved.