|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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,
java.lang.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,
java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |