|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppProxy | |
---|---|
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.storage | Provides support for storage of applications. |
Uses of AppProxy in org.dvb.application |
---|
Subinterfaces of AppProxy in org.dvb.application | |
---|---|
interface |
DVBJProxy
A DVBJProxy Object is a proxy to a DVBJ application. |
Methods in org.dvb.application that return AppProxy | |
---|---|
AppProxy |
AppsDatabase.getAppProxy(AppID key)
Returns the ApplicationProxy associated with the given ID. |
Uses of AppProxy in org.dvb.application.storage |
---|
Methods in org.dvb.application.storage with parameters of type AppProxy | |
---|---|
void |
ApplicationStorageController.store(AppProxy[] apps,
boolean[] autoStart,
java.lang.String[][] args)
Installs several applications into this stored service. |
void |
ApplicationStorageController.store(AppProxy[] apps,
boolean[] autoStart,
java.lang.String[][] args,
ApplicationStorageListener listener)
Installs several applications into this stored service. |
abstract void |
ApplicationCache.store(AppProxy app,
boolean canPrompt)
Store an application in the GEM terminal. |
void |
ApplicationStorageController.store(AppProxy app,
boolean autoStart,
java.lang.String[] args)
Installs an application into this stored service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |