Uses of Interface
org.davic.resources.ResourceClient

Packages that use ResourceClient
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.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 ResourceClient in org.davic.mpeg.sections
 

Methods in org.davic.mpeg.sections that return ResourceClient
 ResourceClient SectionFilterGroup.getClient()
          Returns the ResourceClient object specified in the last call to the attach() method as to be notified in the case that the section filters acquired by the SectionFilterGroup during that call to attach() are removed by the environment for any reason.
 

Methods in org.davic.mpeg.sections with parameters of type ResourceClient
 void SectionFilterGroup.attach(TransportStream stream, ResourceClient client, Object requestData)
          Connects a SectionFilterGroup to an MPEG-2 transport stream.
 

Uses of ResourceClient in org.davic.net.tuning
 

Methods in org.davic.net.tuning that return ResourceClient
 ResourceClient NetworkInterfaceController.getClient()
          Returns the resource client that is associated with this NetworkInterfaceController.
 

Constructors in org.davic.net.tuning with parameters of type ResourceClient
NetworkInterfaceController(ResourceClient rc)
          Creates a NetworkInterfaceController
 

Uses of ResourceClient in org.davic.resources
 

Methods in org.davic.resources that return ResourceClient
 ResourceClient ResourceProxy.getClient()
           
 

Uses of ResourceClient in org.dvb.event
 

Methods in org.dvb.event that return ResourceClient
 ResourceClient RepositoryDescriptor.getClient()
          Return the object which asked to be notified about withdrawal of the event source.
 

Methods in org.dvb.event with parameters of type ResourceClient
 boolean EventManager.addExclusiveAccessToAWTEvent(ResourceClient client, UserEventRepository userEvents)
          An application should use this method to express its intend to have exclusive access to some events, but for these events to be received through the java.awt mechanism.
 boolean EventManager.addUserEventListener(UserEventListener listener, ResourceClient client, UserEventRepository userEvents)
          Adds the specified listener to receive events coming from the user in an exclusive manner.
 void EventManager.removeExclusiveAccessToAWTEvent(ResourceClient client)
          The application should use this method to release its exclusive access to user events defined by the means of the addExclusiveAccessToAWTEvent method.
 

Uses of ResourceClient in org.dvb.net.rc
 

Methods in org.dvb.net.rc that return ResourceClient
 ResourceClient ConnectionRCInterface.getClient()
          Return the object which asked to be notified about withdrawal of the underlying resource.
 

Methods in org.dvb.net.rc with parameters of type ResourceClient
 void ConnectionRCInterface.reserve(ResourceClient c, Object requestData)
          Request the right to control this return channel interface.
 

Uses of ResourceClient in org.havi.ui
 

Methods in org.havi.ui that return ResourceClient
 ResourceClient HScreenDevice.getClient()
          Return the last ResourceClient passed to the last successful call to the reserveDevice method of this instance of HScreenDevice, or null if this method has not been called on this instance.
 

Methods in org.havi.ui with parameters of type ResourceClient
 boolean HScreenDevice.reserveDevice(ResourceClient client)
          Requests the right to call any method which may otherwise throw an HPermissionDeniedException.
 

Uses of ResourceClient in org.ocap.hardware.frontpanel
 

Methods in org.ocap.hardware.frontpanel with parameters of type ResourceClient
 boolean FrontPanelManager.reserveIndicator(ResourceClient resourceClient, String indicator)
          Reserves one of the indicators for exclusive use by an application.
 boolean FrontPanelManager.reserveTextDisplay(ResourceClient resourceClient)
          Reserves the front panel text display for exclusive use by an application.
 

Uses of ResourceClient in org.ocap.media
 

Methods in org.ocap.media that return ResourceClient
 ResourceClient VBIFilterGroup.getClient()
          Returns the ResourceClient object specified in the attach() method.
 

Methods in org.ocap.media with parameters of type ResourceClient
 void VBIFilterGroup.attach(ServiceContext serviceContext, ResourceClient client, Object requestData)
          This method attempts to reserve all VBI filters held by this VBIFilterGroup, and attaches to a specified ServiceContext.
 

Uses of ResourceClient in org.ocap.resource
 

Methods in org.ocap.resource with parameters of type ResourceClient
 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.
abstract  void ResourceContext.setResourceClient(ResourceClient rc)
          Sets the ResourceClient for this resource context.
 

Uses of ResourceClient in org.ocap.ui
 

Methods in org.ocap.ui that return ResourceClient
 ResourceClient MultiScreenConfigurableContext.getClient()
          Obtain the resource client that currently holds the reservation on the underlying screen and screen resources associated with this HScreen instance.
 

Methods in org.ocap.ui with parameters of type ResourceClient
 boolean MultiScreenConfigurableContext.reserveScreen(ResourceClient client, Object requestData)
          Atomically reserve underlying resources of this screen.
 boolean OcapScene.showToBack(ResourceClient rc)
          Makes this scene visible and pushes it to the rear of the z-order stack for the containing graphics plane.
 boolean OcapScene.showToFront(ResourceClient rc)
          Makes this scene visible and requests ownership over the scarce resource that is the front-most position in the z-order stack for the containing graphics plane, thereby moving it to the front.