See: Description
Interface | Description |
---|---|
AppInstallListener |
A listener interface for processing app installer notifications.
|
SettingsListener |
Listener interface for the
SettingsManager
notifications. |
SuiteListener |
A listener interface for processing suite store updates.
|
TaskListener |
A listener interface for processing task status updates.
|
Class | Description |
---|---|
Setting |
Individual setting.
|
SettingGroup |
Setting group.
|
SettingSet |
Suite and system settings.
|
SettingsManager |
SettingSet manager service class
|
Suite |
Class modeling an application suite.
|
SuiteInstaller |
Suite Installer class
|
SuiteManager |
Suite manager service class.
|
SWMPermission |
SWMPermission provides permission handling for SWM API permission. |
Task |
Task descriptor.
|
TaskManager |
TaskManager class
|
Enum | Description |
---|---|
AppInstallStage |
Defines the app install stages for
AppInstallListener . |
InstallErrorCodes |
Error codes provided by Installer.
|
SuiteState |
Defines the states for
Suite . |
SuiteStateFlag |
Defines the state flags for
Suite . |
SuiteType |
Defines the suite types for
Suite . |
TaskPriority |
Defines the priorities for
Task . |
TaskStatus |
Defines the runtime stati for
Task . |
Exception | Description |
---|---|
ConcurrentModificationException |
Indicates that concurrent modification of an object data was detected.
|
SuiteLockedException |
Thrown when someone tries to access a
Suite that has been locked. |
SuiteNotFoundException |
Thrown when someone tries to access a
Suite that is absent. |
Settings
instance consists of logically structured setting
groups. Every SettingGroup
consists of SettingInfo
instances, each symbolizing a single setting.
A SettingsManager
helps to manage settings, it can also assign
SettingsListener
s.
Task
s are handled by a TaskManager
. It can also
assign TaskListener
s.
Suite
s are installed by an instance of
SuiteInstaller
. In order to react on upcoming events during
the installation, a SuiteInstallManager
can be assigned.
Once exisiting, they will be managed by a SuiteManager
,
including control of the associated Task
. It can also assign
SuiteListener
s.
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.