|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.ObjectRunner
Begins execution of applications or system components with the properties and resource URLs passsed on the command line. The properites URL is the first argument, then any number of HTTP resource URL containing class or JAR files may be passed. The class name to be executed is taken as the final argument.
| Constructor Summary | |
Runner()
|
|
| Method Summary | |
static void |
main(java.lang.String[] a)
Main method of the Runner class This method takes in the arguments and the URLs from the properties files and uses them to execute a class from a remote location accessed through http. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Runner()
| Method Detail |
public static void main(java.lang.String[] a)
throws java.lang.Exception
a - The array of arguments (seperated by ' ') from the command line execution.
java.lang.Exception
|
-bottom | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||