|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppAttributes | |
---|---|
org.dvb.application | Provides access to lists of applications which are available in this context and the ability to launch those applications. |
org.dvb.application.plugins | Provides support for inter-operable plug-ins in the GEM specification. |
org.dvb.application.privileged | Provides application management facilities to privileged applications. |
org.dvb.application.storage | Provides support for storage of applications. |
Uses of AppAttributes in org.dvb.application |
---|
Methods in org.dvb.application that return AppAttributes | |
---|---|
AppAttributes |
AppsDatabase.getAppAttributes(AppID key)
Returns the properties associated with the given ID. |
Uses of AppAttributes in org.dvb.application.plugins |
---|
Methods in org.dvb.application.plugins with parameters of type AppAttributes | |
---|---|
javax.tv.xlet.Xlet |
Plugin.initApplication(AppAttributes app)
Request the plug-in to prepare for executing an instance of an application in a format which it supports. |
boolean |
Plugin.isSupported(AppAttributes app)
Test whether this plug-in is able to support a particular application. |
Uses of AppAttributes in org.dvb.application.privileged |
---|
Methods in org.dvb.application.privileged with parameters of type AppAttributes | |
---|---|
boolean |
ApplicationStorageHandler.removeAppRequested(AppAttributes app)
Called as part of the execution of ApplicationStorageController.remove(AppID). |
boolean |
ApplicationStorageHandler.removeAppRequested(AppAttributes[] app)
Called as part of the execution of ApplicationStorageController.remove(AppID[]). |
boolean |
ApplicationStorageHandler.storeRequested(ApplicationStorageController service,
AppAttributes[] app,
boolean[] autoStart,
java.lang.String[][] args)
Called as part of the execution of ApplicationStorageController.store(AppProxy[],...). |
boolean |
ApplicationStorageHandler.storeRequested(ApplicationStorageController service,
AppAttributes app,
boolean autoStart,
java.lang.String[] args)
Called as part of the execution of ApplicationStorageController.store(AppProxy,...). |
boolean |
ApplicationStorageHandler.storeRequested(Locator fromService,
ApplicationStorageController toService,
AppAttributes[] app,
boolean[] autoStart,
java.lang.String[][] args)
Called as part of the execution of ApplicationStorageController.store(Locator,AppID[],...). |
Uses of AppAttributes in org.dvb.application.storage |
---|
Subinterfaces of AppAttributes in org.dvb.application.storage | |
---|---|
interface |
ExtendedAppAttributes
The ExtendedAppAttributes interface provides
additional attributes that are useful when application
can be stored in the GEM terminal. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |