Uses of Package
org.dvb.application.storage

Packages that use org.dvb.application.storage
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. 
 

Classes in org.dvb.application.storage used by org.dvb.application.privileged
ApplicationStorageController
          Defines the methods for storing, listing and removing applications to and from a service.
 

Classes in org.dvb.application.storage used by org.dvb.application.storage
ApplicationCache
          A cache to store applications so that they may be started faster when signalled in broadcast.
ApplicationDownloadException
          Thrown if the downloading of the application failed.
ApplicationStorageController
          Defines the methods for storing, listing and removing applications to and from a service.
ApplicationStorageListener
          Listener to receive reports on progress of application storage operations.
InvalidApplicationException
          When an application is being installed into a service, this is thrown when: The application does not include an application_storage_descriptor.
InvalidDescriptionFileException
          Thrown when an application descriptio file is invalid.
NotEnoughResourcesException
          Thrown if the GEM terminal does not have enough resources to install the application.
ServiceAlreadyExistsException
          Thrown if a StoredApplicationService already exists with the identifiers the application tried to create a new one.
StoredApplicationService
          Defines the information about a stored application service.
StoredApplicationServiceFactory
          This factory creates new Service objects representing stand-alone stored application services.
UserRejectedInstallException
          Thrown if the request to install an application was rejected.
 

Classes in org.dvb.application.storage used by org.dvb.service
ApplicationStorageController
          Defines the methods for storing, listing and removing applications to and from a service.