org.ow2.jonas.client.boot
Class Bootstrap
java.lang.Object
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 |
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 © 2008 OW2 Consortium. All Rights Reserved.