JUMPInstallerInterfacepublic interface JUMPInstallerInterface
Methods Summary |
---|
public int | verifyAndStoreSuite(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.
| public int | verifyAndStoreSuite(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.
|
|