com.sun.midp.jump.installer |
|
Java Source File Name | Type | Comment |
InstallStateImpl.java | Class | Holds the state of an installation, so it can restarted after it has
been stopped. |
JUMPFileInstaller.java | Class | An Installer allowing to install a midlet suite from a file. |
JUMPInstaller.java | Class | An JUMPInstaller manages MIDlet suites and libraries
present in a Java application environment. |
JUMPInstallerInterface.java | Interface | |
MIDLETInstallerImpl.java | Class | JUMPInstallerModule provides the ability to install
content.
Installers have to implement this interface. |
StorageAccessInterface.java | Interface | Abstracts out the operation against the midlet repository class,
com.sun.midp.midletsuite.MIDletSuiteStorage ,
needed from the jump code. |
TrustedMIDletSuiteInfo.java | Class | A proxy for InternalMIDletSuiteImpl to bypass the security check.
Used by the JUMP exective to bypass NullPointerException
thrown at various ams secuirty check code through MIDletStateHandler like
listed below. |