|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutException | |
com.sun.dtv.filtering | Provides support for MPEG section filtering. |
com.sun.dtv.net | Extends the java.net package with extensive
communication device control. |
com.sun.dtv.resources | Provides a basic framework for scarce resources. |
com.sun.dtv.tuner | Provides APIs for access to and control of a broadcast network interface (or "tuner") used for the reception of transport streams. |
com.sun.dtv.ui | TV specific UI functionality. |
com.sun.dtv.ui.event | TV specific UI functionality event subpackage. |
Uses of TimeoutException in com.sun.dtv.filtering |
Methods in com.sun.dtv.filtering that throw TimeoutException | |
void |
DataSectionFilterCollection.reserve(boolean force,
long timeoutms,
ScarceResourceListener listener)
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions. First, if there is a security manager, its
During the reservation process, if that resource instance is already
allocated, the implementation must notify
the current owner of that resource about the reservation request via
the
The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods. After that first event, the implementation will proceed accordingly
and release (or not) the requested resource. In case the
implementation releases the resource, it will trigger a
The application may control the time to wait for such a resource
to be available by setting Under normal operation, resources are released using the
|
Uses of TimeoutException in com.sun.dtv.net |
Methods in com.sun.dtv.net that throw TimeoutException | |
void |
NetworkDevice.reserve(boolean force,
long timeoutms,
ScarceResourceListener listener)
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions. First, if there is a security manager, its
During the reservation process, if that resource instance is already
allocated, the implementation must notify
the current owner of that resource about the reservation request via
the
The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods. After that first event, the implementation will proceed accordingly
and release (or not) the requested resource. In case the
implementation releases the resource, it will trigger a
The application may control the time to wait for such a resource
to be available by setting Under normal operation, resources are released using the
|
static NetworkDevice |
NetworkDevice.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener,
int type)
Returns a reserved instance out of the pool of all NetworkDevice instances of the given type .
|
Uses of TimeoutException in com.sun.dtv.resources |
Methods in com.sun.dtv.resources that throw TimeoutException | |
void |
ScarceResource.reserve(boolean force,
long timeoutms,
ScarceResourceListener listener)
Requests reservation of the given scarce resource instance. |
Uses of TimeoutException in com.sun.dtv.tuner |
Methods in com.sun.dtv.tuner that throw TimeoutException | |
static Tuner |
Tuner.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all * physical Tuner instances |
void |
Tuner.reserve(boolean force,
long timeoutms,
ScarceResourceListener listener)
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions. First, if there is a security manager, its
During the reservation process, if that resource instance is already
allocated, the implementation must notify
the current owner of that resource about the reservation request via
the
The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods. After that first event, the implementation will proceed accordingly
and release (or not) the requested resource. In case the
implementation releases the resource, it will trigger a
The application may control the time to wait for such a resource
to be available by setting Under normal operation, resources are released using the
ScarceResourcePermission("tuner", "reserve") ,
* or if force is true
* and the caller does not have
* ScarceResourcePermission("tuner", "force") . |
Uses of TimeoutException in com.sun.dtv.ui |
Methods in com.sun.dtv.ui that throw TimeoutException | |
void |
Plane.reserve(boolean force,
long timeout,
ScarceResourceListener listener)
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions. First, if there is a security manager, its
During the reservation process, if that resource instance is already
allocated, the implementation must notify
the current owner of that resource about the reservation request via
the
The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods. After that first event, the implementation will proceed accordingly
and release (or not) the requested resource. In case the
implementation releases the resource, it will trigger a
The application may control the time to wait for such a resource
to be available by setting Under normal operation, resources are released using the
|
static Plane |
Plane.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all Plane
instances. |
void |
Screen.reserve(boolean force,
long timeout,
ScarceResourceListener listener)
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions. First, if there is a security manager, its
During the reservation process, if that resource instance is already
allocated, the implementation must notify
the current owner of that resource about the reservation request via
the
The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods. After that first event, the implementation will proceed accordingly
and release (or not) the requested resource. In case the
implementation releases the resource, it will trigger a
The application may control the time to wait for such a resource
to be available by setting Under normal operation, resources are released using the
|
static Screen |
Screen.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all Screen
instances. |
Uses of TimeoutException in com.sun.dtv.ui.event |
Methods in com.sun.dtv.ui.event that throw TimeoutException | |
void |
KeyEvent.reserve(boolean force,
long timeout,
ScarceResourceListener listener)
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions. First, if there is a security manager, its
During the reservation process, if that resource instance is already
allocated, the implementation must notify
the current owner of that resource about the reservation request via
the
The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods. After that first event, the implementation will proceed accordingly
and release (or not) the requested resource. In case the
implementation releases the resource, it will trigger a
The application may control the time to wait for such a resource
to be available by setting Under normal operation, resources are released using the
|
static KeyEvent |
KeyEvent.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all KeyEvent
instances. |
void |
MouseEvent.reserve(boolean force,
long timeout,
ScarceResourceListener listener)
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions. First, if there is a security manager, its
During the reservation process, if that resource instance is already
allocated, the implementation must notify
the current owner of that resource about the reservation request via
the
The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods. After that first event, the implementation will proceed accordingly
and release (or not) the requested resource. In case the
implementation releases the resource, it will trigger a
The application may control the time to wait for such a resource
to be available by setting Under normal operation, resources are released using the
|
static MouseEvent |
MouseEvent.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all MouseEvent
instances. |
static KeyEvent |
RemoteControlEvent.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all RemoteControlEvent instances. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |