org.dvb.service
Interface UnboundApplicationService

All Superinterfaces:
org.ocap.service.AbstractService, ApplicationStorageController, javax.tv.service.Service

public interface UnboundApplicationService
extends org.ocap.service.AbstractService, ApplicationStorageController

Represents a service used to contain unbound applications.

Since:
MHP 1.2

Method Summary
 int getPriority()
          Get the resource priority for this service between 0 and 255.
 void setPriority(int priority)
          Set the resource priority for this service between 0 and 255.
 
Methods inherited from interface org.ocap.service.AbstractService
getAppAttributes, getAppIDs
 
Methods inherited from interface javax.tv.service.Service
equals, getLocator, getName, getServiceType, hashCode, hasMultipleInstances, retrieveDetails
 
Methods inherited from interface org.dvb.application.storage.ApplicationStorageController
getStoredAppIDs, getVersionNumber, remove, remove, store, store, store, store
 

Method Detail

getPriority

int getPriority()
Get the resource priority for this service between 0 and 255.

Returns:
the resource priority for this service

setPriority

void setPriority(int priority)
Set the resource priority for this service between 0 and 255.

Parameters:
priority - the resource priority for this service
Throws:
java.lang.IllegalArgumentException - if the priority is outside this specified range