Package netx.jnlp.runtime

This package contains the classes that manage the secure runtime environment for JNLP apps.

See:
          Description

Class Summary
AppletAudioClip An applet audio clip using the javax.sound API.
AppletEnvironment The applet environment including stub, context, and frame.
AppletInstance Represents a launched application instance created from a JNLP file.
ApplicationInstance Represents a running instance of an application described in a JNLPFile.
AppThreadGroup Thread group for a JNLP application.
Boot This is the main entry point for the JNLP client.
Boot13 Allows a Policy and SecurityManager to be set in JRE1.3 without running the code with only applet permissions; this class is for backward compatibility only and is totally unnecessary if running in jdk 1.4 or later (can call Boot directly).
InstallDialog Prompt for an install location.
JNLPClassLoader Classloader that takes it's resources from a JNLP file.
JNLPPolicy Policy for JNLP environment.
JNLPRuntime Configure and access the runtime environment.
 

Package netx.jnlp.runtime Description

This package contains the classes that manage the secure runtime environment for JNLP apps.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: