FileDocCategorySizeDatePackage
ApplicationManager.javaAPI DocphoneME MR2 API (J2ME)2492Wed May 02 18:00:02 BST 2007com.sun.midp.appmanager

ApplicationManager

public interface ApplicationManager
This is a common interface for Application managers. Application manager controls midlet life cycle: - installs and updates midlet suites - launches, moves to foreground and exits midlets - shuts down the AMS system It is used by the AppSelector.

Fields Summary
Constructors Summary
Methods Summary
public voidexitMidlet(RunningMIDletSuiteInfo suiteInfo)
Exit the midlet with the passed in midlet suite info.

param
suiteInfo information for the midlet to be terminated

public voidinstallSuite()
Discover and install a suite.

public voidlaunchCaManager()
Launch the CA manager.

public voidlaunchSuite(RunningMIDletSuiteInfo suiteInfo, java.lang.String midletToRun)
Launches a suite.

param
suiteInfo information for suite to launch
param
midletToRun class name of the MIDlet to launch

public voidmoveToForeground(RunningMIDletSuiteInfo suiteInfo)
Bring the midlet with the passed in midlet suite info to the foreground.

param
suiteInfo information for the midlet to be put to foreground

public voidshutDown()
Shut downt the system

public voidupdateSuite(RunningMIDletSuiteInfo suiteInfo)
Update a suite.

param
suiteInfo information for suite to update