Homepage

Serialized Form


Package netx.jnlp

Class netx.jnlp.LaunchException implements Serializable

Serialized Fields

cause

    java.lang.Throwable cause
the original exception


file

    JNLPFile file
the file being launched


category

    java.lang.String category
the category of the exception


summary

    java.lang.String summary
summary


description

    java.lang.String description
description of the action that was taking place


severity

    java.lang.String severity
severity of the warning/error

Class netx.jnlp.ParseException implements Serializable

Serialized Fields

cause

    java.lang.Throwable cause
the original exception


Package netx.jnlp.event

Class netx.jnlp.event.ApplicationEvent implements Serializable

Serialized Fields

application

    ApplicationInstance application
the application instance

Class netx.jnlp.event.DownloadEvent implements Serializable

Serialized Fields

tracker

    ResourceTracker tracker
the tracker


resource

    Resource resource
the resource


Package netx.jnlp.util

Class netx.jnlp.util.PropertiesFile implements Serializable

Serialized Fields

file

    java.io.File file
the file to save to


header

    java.lang.String header
the header string


loaded

    boolean loaded
lazy loaded on getProperty


Homepage