|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceProxy | |
---|---|
org.davic.mpeg.sections | Provides access to MPEG-2 section filtering. |
org.davic.net.tuning | Provides access to tuning - MPEG multiplex selection. |
org.davic.resources | Provides a framework for scarce resource management. |
org.dvb.event | Provides access to user input events before they are processed through the event mechanism of the java.awt package. |
org.dvb.net.rc | Provides session management for bi-directional IP connections which are session based from the point of view of an application. |
org.havi.ui | |
org.ocap.dvr | Provides extension classes and interfaces to the shared DVR APIs. |
org.ocap.hardware.frontpanel | Represents various aspects of front panel displays . |
org.ocap.media | The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components |
org.ocap.resource | |
org.ocap.ui | Extensions to HAVi User Interface functionality. |
Uses of ResourceProxy in org.davic.mpeg.sections |
---|
Classes in org.davic.mpeg.sections that implement ResourceProxy | |
---|---|
class |
SectionFilterGroup
This class represents a group of MPEG-2 section filters to be activated and de-activated as an atomic operation. |
Uses of ResourceProxy in org.davic.net.tuning |
---|
Classes in org.davic.net.tuning that implement ResourceProxy | |
---|---|
class |
NetworkInterfaceController
NetworkInterfaceController represents a controller that can be used for tuning a network interface. |
Uses of ResourceProxy in org.davic.resources |
---|
Methods in org.davic.resources with parameters of type ResourceProxy | |
---|---|
void |
ResourceClient.notifyRelease(ResourceProxy proxy)
A call to this operation notifies the ResourceClient that proxy has lost access to a resource. |
void |
ResourceClient.release(ResourceProxy proxy)
A call to this operation informs the ResourceClient that proxy is about to lose access to a resource. |
boolean |
ResourceClient.requestRelease(ResourceProxy proxy,
Object requestData)
A call to this operation informs the ResourceClient that another application has requested the resource accessed via the proxy parameter. |
Uses of ResourceProxy in org.dvb.event |
---|
Classes in org.dvb.event that implement ResourceProxy | |
---|---|
class |
OverallRepository
This class defines a repository which initially contains all the user events which can be delivered to an application. |
class |
RepositoryDescriptor
An instance of this class will be sent to clients of the DVB event API to notify them (through the interface org.davic.resources.ResourceClient) when they are about to lose, or have lost, access to an event source. |
class |
UserEventRepository
The application will use this class to define the events that it wants to receive. |
Uses of ResourceProxy in org.dvb.net.rc |
---|
Classes in org.dvb.net.rc that implement ResourceProxy | |
---|---|
class |
ConnectionRCInterface
This class models a connection based return channel network interface for use in receiving and transmitting IP packets over a return channel. |
Uses of ResourceProxy in org.havi.ui |
---|
Classes in org.havi.ui that implement ResourceProxy | |
---|---|
class |
HBackgroundDevice
This class represents the ultimate background of a screen. |
class |
HEmulatedGraphicsDevice
An HEmulatedGraphicsDevice is a "virtual" graphics device
that has the capability to be configured to perform one (of many)
possible emulations. |
class |
HGraphicsDevice
The HGraphicsDevice class
describes the raster graphics devices that are available for a
particular HScreen . |
class |
HScreenDevice
An instance of the HScreen class
represents a single independent video output signal from a
device. |
class |
HVideoDevice
The HVideoDevice class describes the logical video devices which can contribute to the appearance of a particular screen. |
Uses of ResourceProxy in org.ocap.dvr |
---|
Methods in org.ocap.dvr with parameters of type ResourceProxy | |
---|---|
ResourceUsage[] |
SharedResourceUsage.getResourceUsages(ResourceProxy resource)
Gets the list of ResourceUsage instances that share a particular resource. |
Uses of ResourceProxy in org.ocap.hardware.frontpanel |
---|
Subinterfaces of ResourceProxy in org.ocap.hardware.frontpanel | |
---|---|
interface |
Indicator
This interface represents an indicator in the front panel display and allows its properties to be checked and set. |
interface |
TextDisplay
This interface represents one line of characters in a front panel display. |
Uses of ResourceProxy in org.ocap.media |
---|
Classes in org.ocap.media that implement ResourceProxy | |
---|---|
class |
VBIFilterGroup
This class represents a group of VBI data filters. |
Uses of ResourceProxy in org.ocap.resource |
---|
Methods in org.ocap.resource that return ResourceProxy | |
---|---|
ResourceProxy |
ResourceUsage.getResource(String resourceName)
Gets the instance of ResourceProxy corresponding to a resource name returned
by the getResourceNames method of this ResourceUsage. |
Methods in org.ocap.resource with parameters of type ResourceProxy | |
---|---|
ResourceUsage[] |
SharedResourceUsage.getResourceUsages(ResourceProxy resource)
Gets the list of ResourceUsage instances that share a particular
resource. |
void |
RequestRetryCallback.notifyReserved(ResourceProxy proxy,
Object requestData,
ResourceClient client)
A call to this method notifies the implementing application that the given resource was successfully reserved following an automatic retry. |
Uses of ResourceProxy in org.ocap.ui |
---|
Subinterfaces of ResourceProxy in org.ocap.ui | |
---|---|
interface |
MultiScreenConfigurableContext
This interface provides a set of tools for accomplishing the following: |
interface |
OcapScene
The OcapScene interface is implemented by all HScene
instances created by an OCAP implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |