org.objectweb.proactive.core.component.adl
Class Launcher

java.lang.Object
  extended byorg.objectweb.proactive.core.component.adl.Launcher

public class Launcher
extends java.lang.Object

A class to launch a component from its definition from the command line.
Usage: Launcher [-java|-fractal] <definition> [ <itf> ] [deployment-descriptor]) where <definition> is the name of the component to be instantiated and started, <itf> is the name of its Runnable interface, if it has one, and deployment-descriptor the location of the ProActive deployment descriptor to use.
It is also possible to use this class directly from its static main method.


Method Summary
static java.lang.Object createComponent(java.lang.String[] pargs)
           
static void killNodes(boolean softly)
           
static void main(java.lang.String[] args)
           
 
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(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

createComponent

public static java.lang.Object createComponent(java.lang.String[] pargs)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

killNodes

public static void killNodes(boolean softly)
                      throws ProActiveException
Throws:
ProActiveException


Copyright 2001-2005 INRIA All Rights Reserved.