Interface | Description |
---|---|
AppEvent |
Interface for Events being raised by a CAR App.
|
AppHandle |
The means to handle a CAR application.
|
CAREvent |
Basic interface for all events in a CAR system.
|
CARImplementation |
All methods needed to implement CAR system API, see
CAR |
CARResult | |
ExecutionEvent | |
ExecutionManager |
An interface to manage the execution life cycle of applications, e.g.,
javax.microedition.xlet.Xlet . |
InstallationEvent | |
InstallationManager |
Interfaces installation/deinstallation mechanism
|
ResultListener<R extends CARResult,E extends CARException> |
A listener for the result of an asynchronous call.
|
Class | Description |
---|---|
CAR |
Central class of the Connected Application Runtime.
|
CARPermission |
This permissions guards access to the methods provided by
CAR . |
ExecutionManagerExtendedPermission |
This permissions guards access to the methods provided by
ExecutionManager . |
ExecutionManagerListenerPermission |
This permissions guards access to the methods provided by
ExecutionManager . |
ExecutionManagerPermission |
This permissions guards access to the methods provided by
ExecutionManager . |
InstallationManagerExtendedPermission |
This permissions guards access to the methods provided by
InstallationManager . |
InstallationManagerPermission |
This permissions guards access to the methods provided by
InstallationManager . |
Enum | Description |
---|---|
AppState |
The states an app can take.
|
ErrorCode |
The error codes as specified in the AMS documentation.
|
Exception | Description |
---|---|
CARException |
Basic interface for all exeptions in a CAR system.
|
ExecutionException | |
InstallationException |