org.ocap.hn
Interface RemoteResourceUsage

All Superinterfaces:
ResourceUsage
All Known Subinterfaces:
RemoteRecordingResourceUsage, RemoteTimeShiftResourceUsage

public interface RemoteResourceUsage
extends ResourceUsage

This interface represents a group of resources required to perform an action requested by an application running on a remote device.

Author:
Labeeb Ismail, Double C Technologies

Method Summary
 Device getDevice()
          Gets the Device from which the request originated.
 
Methods inherited from interface org.ocap.resource.ResourceUsage
getAppID, getResource, getResourceNames, getResourcePriority
 

Method Detail

getDevice

Device getDevice()
Gets the Device from which the request originated.

Returns:
the device on which the application that initiated the request was running.