- launch(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP file by calling the launch method for the
appropriate file type.
- launch(JNLPFile, Container) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP file inside the given container if it is an applet.
- launch(URL) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP file by calling the launch method for the
appropriate file type.
- launch(URL, boolean) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP file by calling the launch method for the
appropriate file type.
- launchApplet(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP applet.
- launchApplication(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP application.
- launchBackground(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP file by calling the launch method for the
appropriate file type in a different thread.
- launchBackground(URL) - Method in class net.sourceforge.jnlp.Launcher
-
Launches the JNLP file at the specified location in the
background by calling the launch method for its file type.
- launchCompleted(ApplicationInstance) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
-
Called when an application, applet, or installer has been
launched successfully (the main method or applet start method
returned normally).
- launchCompleted(ApplicationInstance) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-
- launchCompleted(ApplicationInstance) - Method in interface net.sourceforge.jnlp.LaunchHandler
-
Called when an application, applet, or installer has been
launched successfully (the main method or applet start method
returned normally).
- LaunchDesc - Interface in net.sourceforge.jnlp
-
- Launcher - Class in net.sourceforge.jnlp
-
Launches JNLPFiles either in the foreground or background.
- Launcher() - Constructor for class net.sourceforge.jnlp.Launcher
-
Create a launcher with the runtime's default update policy
and launch handler.
- Launcher(boolean) - Constructor for class net.sourceforge.jnlp.Launcher
-
Create a launcher with the runtime's default update policy
and launch handler.
- Launcher(LaunchHandler) - Constructor for class net.sourceforge.jnlp.Launcher
-
Create a launcher with the specified handler and the
runtime's default update policy.
- Launcher(LaunchHandler, UpdatePolicy) - Constructor for class net.sourceforge.jnlp.Launcher
-
Create a launcher with an optional handler using the
specified update policy and launch handler.
- launchError(LaunchException) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
-
Called when the application could not be launched due to a
fatal error, such as the inability to find the main class
or non-parseable XML.
- launchError(LaunchException) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-
- launchError(LaunchException) - Method in interface net.sourceforge.jnlp.LaunchHandler
-
Called when the application could not be launched due to a
fatal error, such as the inability to find the main class or
non-parseable XML.
- LaunchException - Exception in net.sourceforge.jnlp
-
Thrown when a JNLP application, applet, or installer could not
be created.
- LaunchException(JNLPFile, Exception, String, String, String, String) - Constructor for exception net.sourceforge.jnlp.LaunchException
-
Creates a LaunchException without detail message.
- LaunchException(Throwable) - Constructor for exception net.sourceforge.jnlp.LaunchException
-
Creates a LaunchException with a cause.
- LaunchException(String, Throwable) - Constructor for exception net.sourceforge.jnlp.LaunchException
-
Creates a LaunchException with a cause and detail message
- LaunchException(String) - Constructor for exception net.sourceforge.jnlp.LaunchException
-
Constructs a LaunchException with the specified detail
message.
- launchExternal(List<String>, JNLPFile, List<String>) - Method in class net.sourceforge.jnlp.Launcher
-
Launches the JNLP file in a new JVM instance.
- launchExternal(URL) - Method in class net.sourceforge.jnlp.Launcher
-
Launches the JNLP file in a new JVM instance.
- launchExternal(List<String>, List<String>) - Method in class net.sourceforge.jnlp.Launcher
-
Launches the JNLP file at the specified location in a new JVM
instance.
- LaunchHandler - Interface in net.sourceforge.jnlp
-
This optional interface is used to handle conditions that occur
while launching JNLP applications, applets, and installers.
- launchInitialized(JNLPFile) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
-
Do nothing on when initializing
- launchInitialized(JNLPFile) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-
- launchInitialized(JNLPFile) - Method in interface net.sourceforge.jnlp.LaunchHandler
-
Called when an application, applet or installer has been determined.
- launchInstaller(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP installer.
- launchStarting(ApplicationInstance) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
-
Do nothing when starting
- launchStarting(ApplicationInstance) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-
- launchStarting(ApplicationInstance) - Method in interface net.sourceforge.jnlp.LaunchHandler
-
Called when an application, applet or installer is ready to start.
- launchType - Variable in class net.sourceforge.jnlp.JNLPFile
-
the application description
- launchWarning(LaunchException) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
-
Called when launching the application can not be launched
due to an error that is not fatal.
- launchWarning(LaunchException) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-
- launchWarning(LaunchException) - Method in interface net.sourceforge.jnlp.LaunchHandler
-
Called when launching the application can not be launched due
to an error that is not fatal.
- length() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- length() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- load() - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Initialize this deployment configuration by reading configuration files.
- load(boolean) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Initialize this deployment configuration by reading configuration files.
- load() - Method in class net.sourceforge.jnlp.util.PropertiesFile
-
Ensures that the file backing these properties has been
loaded; call this method before calling any method defined by
a superclass.
- loadClass(String) - Method in class net.sourceforge.jnlp.runtime.Boot13
-
- loadClass(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Find a JAR in the shared 'extension' classloaders, this
classloader, or one of the classloaders for the JNLP file's
extensions.
- loadExtensionPart(URL, String, String, DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-
- loadExtensionPart(URL, String, String[], DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-
- loadPart(String, DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-
- loadPart(String[], DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-
- loadResource(URL, String, DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-
- lock() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Lock cache item.
- lockFile(PropertiesFile) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Lock the property file and add it to our pool of locks.
- lookup(String) - Static method in class javax.jnlp.ServiceManager
-
- lookup(String) - Method in interface javax.jnlp.ServiceManagerStub
-
- lookup(String) - Method in class net.sourceforge.jnlp.services.XServiceManagerStub
-
Returns the service.
- loop() - Method in class net.sourceforge.jnlp.runtime.AppletAudioClip
-
Plays the clip in a continuous loop until the stop method is
called.