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

StorageAccessInterface

public interface StorageAccessInterface
Abstracts out the operation against the midlet repository class, com.sun.midp.midletsuite.MIDletSuiteStorage, needed from the jump code.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.jump.common.JUMPContent[]convertToMIDletApplications(int suiteId)
Takes the midlet suite ID and converts it to the JUMPContent instances, where each midlet in the suite is a separate JUMPContent.

param
The midlet suite id
return
The list of JUMPContent, a zero length array if the midlet suite is not in the repository.

public int[]getInstalledMIDletSuiteIds()
Gets the list of midlet suite IDs installed in the repository currently.

return
The list of installed midlet suites.

public voidremove(int suiteId)
Removes the midlet suite from the repository. Does nothing if the midlet suite is not installed.

param
The midlet suite id to delete.