netx.jnlp.runtime

Class Boot

Implemented Interfaces:
PrivilegedAction

public final class Boot
extends java.lang.Object
implements PrivilegedAction

This is the main entry point for the JNLP client. The main method parses the command line parameters and loads a JNLP file into the secure runtime environment. This class is meant to be called from the command line or file association; to initialize the netx engine from other code invoke the JNLPRuntime.initialize method after configuring the runtime.
Version:
$Revision: 1.21 $
Author:
Jon A. Maxwell (JAM) - initial author

Method Summary

static void
main(String[] argsIn)
Launch the JNLP file specified by the command-line arguments.
Object
run()
The privileged part (jdk1.3 compatibility).

Method Details

main

public static void main(String[] argsIn)
Launch the JNLP file specified by the command-line arguments.

run

public Object run()
The privileged part (jdk1.3 compatibility).