|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutilities.VRunJavaApplication
VRunJavaApplication demonstrates the use of the Toolbox com.ibm.as400.vaccess.VJavaApplicationCall component. The component (VJavaApplicationCall) does processing necessary to call a Java program on the server but it is not a complete application. This class is a complete application. It does setup work such as parsing command line parameters and creating a swing frame, then uses VJavaApplicationCall to call the Java program.
VRunJavaApplication has three parameters command line parameters. All parameters are optional. The parameters are:
For example, to run Java programs on server "mySystem":
See the javadoc for Toolbox class VJavaApplicationCall and JavaApplicationCall for a list of commands to run once the program is started.
Constructor Summary | |
---|---|
VRunJavaApplication()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Starts the utility. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VRunJavaApplication()
Method Detail |
public static void main(String[] args)
args
- Command line arguments. See the prolog of this
class for information on the command line parameters.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |