|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--netx.jnlp.runtime.Boot
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.
Constructor Summary | |
Boot()
|
Method Summary | |
static void |
main(java.lang.String[] argsIn)
Launch the JNLP file specified by the command-line arguments. |
java.lang.Object |
run()
The privileged part (jdk1.3 compatibility). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Boot()
Method Detail |
public static void main(java.lang.String[] argsIn)
public java.lang.Object run()
run
in interface java.security.PrivilegedAction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |