All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.resource.ApplicationResourceUsage.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






ApplicationResourceUsage














org.ocap.resource
Interface ApplicationResourceUsage

All Superinterfaces:
ResourceUsage

public interface ApplicationResourceUsage
extends ResourceUsage

This interface represents a ResourceUsage corresponding to a resource explicitly reserved by an application by successfully calling one of the following OCAP calls: org.davic.mpeg.sections.SectionFilterGroup.attach(TransportStream, ResourceClient, Object) org.davic.net.tuning.NetworkInterfaceController.reserve(NetworkInterface, Object) org.davic.net.tuning.NetworkInterfaceController.reserveFor(Locator, Object) org.havi.ui.HBackgroundDevice.reserveDevice(ResourceClient) org.havi.ui.HGraphicsDevice.reserveDevice(ResourceClient) org.havi.ui.HVideoDevice.reserveDevice(ResourceClient) org.ocap.media.VBIFilterGroup.attach(ServiceContext serviceContext, ResourceClient client, Object requestData) An object implementing this interface should be used by the implementation to represent the ResourceUsage corresponding to a reserved resource when the ResourceContentionHandler.resolveResourceContention() method is invoked.


Method Summary
 
Methods inherited from interface org.ocap.resource.ResourceUsage
getAppID, getResource, getResourceNames
 







© 2015 - 2024 Weber Informatics LLC | Privacy Policy