org.objectweb.dream.adl
Class Bootstrap
java.lang.Object
org.objectweb.dream.adl.Bootstrap
public final class Bootstrap
- extends Object
The bootstrap to be launched on each site for distributed deployment.
Bootstrap are registered into a Fractal registry.
Method Summary |
static void |
main(String[] args)
Entry point. |
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
- Entry point. Creates a bootstrap and register it to the specified registry.
Two arguments can be passed as parameters:
- the name of the registry:
-registry registry_name
- the name under which the bootstrap must be registered:
-name bootstrap_name
Note that if registry_name
is not specified, a local
registry is created.
- Parameters:
args
- the name of name of the registry and the name under which this
bootstrap must be registered.
- Throws:
Exception
- if an error occurs.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.