com.sun.midp.midletsuite.MIDletSuiteStorage
Takes the midlet suite ID and converts it to the JUMPContent instances, where each midlet in the suite is a separate JUMPContent.paramThe midlet suite idreturnThe list of JUMPContent, a zero length array if the midlet suite is not in the repository.
JUMPContent
Gets the list of midlet suite IDs installed in the repository currently.returnThe list of installed midlet suites.
Removes the midlet suite from the repository. Does nothing if the midlet suite is not installed.paramThe midlet suite id to delete.