FileDocCategorySizeDatePackage
JUMPInstallerInterface.javaAPI DocphoneME MR2 API (J2ME)2966Wed May 02 18:00:04 BST 2007com.sun.midp.jump.installer

JUMPInstallerInterface

public interface JUMPInstallerInterface

Fields Summary
Constructors Summary
Methods Summary
public intverifyAndStoreSuite(java.lang.String jadSourceUrl, java.lang.String encoding, java.lang.String tempJadFileName, java.lang.String tempJarFileName, boolean isUpdate)
Verifies and installs an MIDlet suite based on a jad. It is expected that the .jad and .jar files are already downloaded from the server to the local filesystem by the time this method is invoked.

param
jadSourceUrl the original server location of the jad that got downloaded.
param
encoding Character encoding of the jad.
param
tempJadFileName The location of the jad file in the local filesystem
param
tempJarFileName The location of the jar file in the local filesystem
param
isUpdate true if this is an update, false if this is a fresh install.
return
the installed midlet suite ID.

public intverifyAndStoreSuite(java.lang.String jarSourceUrl, java.lang.String tempJarFileName, java.lang.String suiteName, boolean isUpdate)
Verifies and installs an MIDlet suite based on a jar. It is expected that the .jar file are already downloaded from the server to the local filesystem by the time this method is invoked.

param
jarSourceUrl the original server location of the jar that got downloaded.
param
tempJarFileName The location of the jar file in the local filesystem
param
suiteName The name of the midlet suite to install.
param
isUpdate true if this is an update, false if this is a fresh install.
return
the installed midlet suite ID.