Package | Description |
---|---|
org.ocap.dvr |
OCAP Specific extensions to the shared DVR API.
|
org.ocap.hn.resource | |
org.ocap.resource |
|
org.ocap.service |
The org.ocap.service package represents various aspects of a service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordingResourceUsage
This interface represents a grouping of resources specific to a recording
function performed by an application.
|
interface |
TimeShiftBufferResourceUsage
This interface represents a grouping of resources specific to a time-shift
buffering performed by an application.
|
Modifier and Type | Method and Description |
---|---|
abstract ResourceUsage[] |
OcapRecordingManager.getPrioritizedResourceUsages(RecordingRequest recording)
Get the prioritized list of overlapping ResourceUsages corresponding
to a particular recording request.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
OcapRecordingManager.setPrioritization(ResourceUsage[] resourceUsageList)
Sets the relative priorities for a set of ResourceUsages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetResourceUsage
This interface represents a usage of resources on a specific home network
activity.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationResourceUsage
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.
|
interface |
SharedResourceUsage
This interface represents a group of resources where one or more
resources are shared between multiple resource usages.
|
Modifier and Type | Method and Description |
---|---|
ResourceUsage[] |
SharedResourceUsage.getResourceUsages()
Gets the list of
ResourceUsage instances that share
the resources represented by this resource usage. |
ResourceUsage[] |
SharedResourceUsage.getResourceUsages(ResourceProxy resource)
Gets the list of
ResourceUsage instances that share
a particular resource. |
ResourceUsage[] |
ResourceContentionHandler.resolveResourceContention(ResourceUsage newRequest,
ResourceUsage[] currentReservations)
This method notifies the ResourceContentionHandler that one to many
resource contentions have occurred between one or more applications
and system modules, except the Emergency Alert System (EAS) module.
|
Modifier and Type | Method and Description |
---|---|
ResourceUsage[] |
ResourceContentionHandler.resolveResourceContention(ResourceUsage newRequest,
ResourceUsage[] currentReservations)
This method notifies the ResourceContentionHandler that one to many
resource contentions have occurred between one or more applications
and system modules, except the Emergency Alert System (EAS) module.
|
ResourceUsage[] |
ResourceContentionHandler.resolveResourceContention(ResourceUsage newRequest,
ResourceUsage[] currentReservations)
This method notifies the ResourceContentionHandler that one to many
resource contentions have occurred between one or more applications
and system modules, except the Emergency Alert System (EAS) module.
|
void |
ResourceContentionHandler.resourceContentionWarning(ResourceUsage newRequest,
ResourceUsage[] currentReservations)
Warns the resource contention handler of an impending contention with
a presenting ServiceContext (e.g., scheduled recording as defined by
the OCAP DVR specification).
|
void |
ResourceContentionHandler.resourceContentionWarning(ResourceUsage newRequest,
ResourceUsage[] currentReservations)
Warns the resource contention handler of an impending contention with
a presenting ServiceContext (e.g., scheduled recording as defined by
the OCAP DVR specification).
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceContextResourceUsage
This interface represents a ResourceUsage corresponding to a group of resources
implicitly reserved by the implementation for the successful completion of the
ServiceContext.select() method.
|
Copyright © 2013 CableLabs. All rights reserved.