org.ow2.jonas.client.boot
Class Bootstrap

java.lang.Object
  extended by org.ow2.jonas.client.boot.Bootstrap

public final class Bootstrap
extends Object

Client Bootstrap class that launch given class using client.jar file.

Author:
Guillaume Sauthier

Method Summary
static void main(String[] args)
          Execute the Client class within the client.jar ClassLoader.
 
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)
                 throws Exception
Execute the Client class within the client.jar ClassLoader.

Parameters:
args - Program arguments.
Throws:
Exception - if unable to create the ClassLoader or if the executed class is failing


Copyright © 2010 OW2 Consortium. All Rights Reserved.