Uses of Interface
org.dvb.application.storage.ApplicationStorageController

Packages that use ApplicationStorageController
org.dvb.application.privileged Provides application management facilities to privileged applications. 
org.dvb.application.storage Provides support for storage of applications. 
org.dvb.service Contains features which are logically extensions to those provided by the javax.tv.service package. 
 

Uses of ApplicationStorageController in org.dvb.application.privileged
 

Methods in org.dvb.application.privileged with parameters of type ApplicationStorageController
 boolean ApplicationStorageHandler.removeServiceRequested(ApplicationStorageController service)
          Called as part of the execution of ApplicationStorageController.removeService.
 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 ApplicationStorageController in org.dvb.application.storage
 

Subinterfaces of ApplicationStorageController in org.dvb.application.storage
 interface StoredApplicationService
          Defines the information about a stored application service.
 

Uses of ApplicationStorageController in org.dvb.service
 

Subinterfaces of ApplicationStorageController in org.dvb.service
 interface UnboundApplicationService
          Represents a service used to contain unbound applications.