| Package | Description |
|---|---|
| org.davic.mpeg.sections | |
| org.davic.net.ca | |
| org.davic.net.tuning | |
| org.davic.resources | |
| org.dvb.event | |
| org.dvb.net.rc | |
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectionFilterGroup.attach(TransportStream stream,
ResourceClient client,
Object requestData)
Connects a SectionFilterGroup to an MPEG-2 transport stream.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
DescramblerProxy.getClient()
Returns the resource client associated with this resource proxy.
|
| Constructor and Description |
|---|
DescramblerProxy(ResourceClient c)
Constructor of a resource proxy for a specific resource client.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
NetworkInterfaceController.getClient()
Returns the resource client that is associated with
this NetworkInterfaceController.
|
| Constructor and Description |
|---|
NetworkInterfaceController(ResourceClient rc)
Creates a NetworkInterfaceController
|
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
ResourceProxy.getClient() |
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
RepositoryDescriptor.getClient()
Return the object which asked to be notified about withdrawal of the event
source.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
ConnectionRCInterface.getClient()
Return the object which asked to be notified about withdrawal of the
underlying resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionRCInterface.reserve(ResourceClient c,
Object requestData)
Request the right to control this return channel interface.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HScreenDevice.reserveDevice(ResourceClient client)
Requests the right to call any method which may otherwise throw
an HPermissionDeniedException.
|
Copyright © 2012 code4tv.com. All Rights Reserved.