| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectruntime.daemon.Wrapper
public class Wrapper
| Constructor Summary | |
|---|---|
| Wrapper() | |
| Method Summary | |
|---|---|
|  void | execute(java.lang.String[] args)Executes MPJ program in a new JVM. | 
| 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 | 
| Constructor Detail | 
|---|
public Wrapper()
| Method Detail | 
|---|
public void execute(java.lang.String[] args)
             throws java.lang.Exception
args - Arguments to this method. args[0] is URL 'String', args[1]
             number of processes, args[2] is deviceName, and args[3]
             is rank started by this process. args[4] is className ...
             it will only be used if URL does not point to a 
             JAR file.
java.lang.Exception
public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||