Arch4J 1.1

org.arch4j.ui.webstart
Class WebstartWrapper

java.lang.Object
  |
  +--org.arch4j.ui.webstart.WebstartWrapper

public class WebstartWrapper
extends Object

This class wraps webstart to add parameters to a JNLP file so that the parameters may be passed into the webstart program.

Author:
Allan Wick

Constructor Summary
WebstartWrapper(String aFilename)
          Creates a new instance of WebstartWrapper.
 
Method Summary
 void addParameter(String aParameter)
          Add a startup parameter.
static void main(String[] args)
          Main method used to start the process.
 void startup()
          Start the web application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebstartWrapper

public WebstartWrapper(String aFilename)
Creates a new instance of WebstartWrapper.

Parameters:
aFilename - The name of the file that contains the JNLP code.
Method Detail

main

public static void main(String[] args)
Main method used to start the process.


addParameter

public void addParameter(String aParameter)
Add a startup parameter.


startup

public void startup()
             throws IOException
Start the web application.

IOException

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.