Package | Description |
---|---|
javax.microedition.swm |
[OPTIONAL] Provides extended software management features to MEEP.
|
Modifier and Type | Field and Description |
---|---|
static Suite |
Suite.SYSTEM_SUITE
Special object symbolizing the system as
Suite . |
Modifier and Type | Method and Description |
---|---|
Suite |
Task.getSuite()
Returns suite information this task executed from.
|
Suite |
SuiteManager.getSuite(java.lang.String vendor,
java.lang.String name)
Returns the instance of the installed
Suite . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Suite> |
Suite.getDependencies()
Retrieves a list of the shared libraries this
Suite depends on
|
java.util.List<Suite> |
SuiteManager.getSuites(SuiteType type)
Request a list of installed suites of specified type.
|
Modifier and Type | Method and Description |
---|---|
void |
SuiteManager.addSuiteListener(Suite suite,
SuiteListener theListener)
Adds a
SuiteListener for the specified Suite . |
SettingSet |
SettingsManager.getSuiteSettings(Suite suite)
Get suite settings.
|
void |
SettingsListener.notifySettingsChanged(Suite suite,
SettingSet settings)
Notifies a listener that suite or system settings have changed.
|
void |
SuiteListener.notifySuiteStateChanged(Suite suite,
SuiteState newState)
Notifies a listener that suite state has changed
|
void |
SuiteManager.removeStatusListener(Suite suite,
SuiteListener theListener)
Removes a
SuiteListener for the specified Suite . |
void |
SuiteManager.removeSuite(Suite suite,
boolean ignoreRemoveLock)
Removes a software package.
|
Task |
TaskManager.startTask(Suite suite,
java.lang.String className)
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.