org.ocap.dvr
Interface RecordingResourceUsage

All Superinterfaces:
ResourceUsage

public interface RecordingResourceUsage
extends ResourceUsage

This interface represents a grouping of resources specific to a recording function performed by an application.


Method Summary
 RecordingRequest getRecordingRequest()
          Gets the RecordingRequest associated with the set of resources contained in the usage and initiated by the application returned by the base ResourceUsage.getAppID method.
 
Methods inherited from interface org.ocap.resource.ResourceUsage
getAppID, getResource, getResourceNames
 

Method Detail

getRecordingRequest

RecordingRequest getRecordingRequest()
Gets the RecordingRequest associated with the set of resources contained in the usage and initiated by the application returned by the base ResourceUsage.getAppID method.

Returns:
The recording request associated with the resource usage.