Uses of Interface
org.davic.resources.ResourceProxy

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   
 

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, java.lang.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.