org.ocap.dvr
Interface TimeShiftBufferResourceUsage

All Superinterfaces:
ResourceUsage
All Known Subinterfaces:
RemoteTimeShiftResourceUsage

public interface TimeShiftBufferResourceUsage
extends ResourceUsage

This interface represents a grouping of resources specific to a time-shift buffering performed by an application.


Method Summary
 Service getService()
          Gets the Service associated with the set of resources contained in the usage where the last service selection was initiated by the application returned by the base ResourceUsage.getAppID method.
 
Methods inherited from interface org.ocap.resource.ResourceUsage
getAppID, getResource, getResourceNames, getResourcePriority
 

Method Detail

getService

Service getService()
Gets the Service associated with the set of resources contained in the usage where the last service selection was initiated by the application returned by the base ResourceUsage.getAppID method.

Returns:
The Service associated with the resource usage.