|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectlaunch.AppContainer
AppContainer.java - This class is a containted for a node application. It is given a class name and an array of Objects which represented arguments for the main method. This class creates a new thread and then uses AppLauncher to invoke the class.
| Constructor Summary | |
AppContainer(java.lang.String classname,
java.lang.Object[] args)
Constructor for AppContainer Object, takes in the class name of the class to be invoked and an array of arguments. |
|
| Method Summary | |
void |
run()
Run method invoked to create a new Thread which will then invoke a class |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AppContainer(java.lang.String classname,
java.lang.Object[] args)
classname - The class name of the Class to be invokedargs - An array containing the arguments for the class' main method| Method Detail |
public void run()
run in interface java.lang.Runnable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||