Package org.dvb.application.storage

Provides support for storage of applications.

See:
          Description

Interface Summary
ApplicationStorage An interface that shall be implemented by the objects that implement javax.service.Service interface and where the MHP terminal supports storing applications.
ExtendedAppAttributes The ExtendedAppAttributes interface provides additional attributes that are useful when application can be stored in the MHP terminal.
StoredApplicationService Defines the information about a stored application service.
StoredServiceCreator This interface supports creating new Service objects representing stand-alone stored application services.
 

Class Summary
ApplicationStoragePermission This class represents a permission to manage applications stored in the MHP terminal.
 

Exception Summary
ApplicationDownloadException Thrown if the downloading of the application failed.
InvalidApplicationException Thrown if an application is not valid for installing into a particular service.
InvalidDescriptionFileException Thrown if the description of the application to be stored is invalid or otherwise not conformant to the specification.
NotEnoughResourcesException Thrown if the MHP 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.
UserRejectedInstallException Thrown if the end user rejects the request to install an application.
 

Package org.dvb.application.storage Description

Provides support for storage of applications.