Generated by
JDiff

Interface org.dvb.application.storage.StoredApplicationService

Added interface org.dvb.application.storage.ApplicationStorageController.

Removed Methods
AppID[] getStoredAppIDs() Lists the AppIDs of the applications that are stored within this service.
int getVersionNumber(AppID) Return the version number of the stored application whose AppID is given as a parameter.
void remove(AppID[])

Removes multiple stored applications from this service.

void remove(AppID)

Removes a stored application from this service.

void store(AppProxy, boolean, String[])

Installs an application into this stored service.

void store(AppProxy[], boolean[], String[][])

Installs several applications into this stored service.

 

Added Methods
boolean isSelectable() Test whether this service is selectable.