|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SIRequestFailureType | |
|---|---|
| javax.tv.service | Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. |
| Uses of SIRequestFailureType in javax.tv.service |
|---|
| Fields in javax.tv.service declared as SIRequestFailureType | |
|---|---|
static SIRequestFailureType |
SIRequestFailureType.CANCELED
The reason generated when the SIRequest is canceled. |
static SIRequestFailureType |
SIRequestFailureType.DATA_UNAVAILABLE
The reason generated when the system cannot find the requested data. |
static SIRequestFailureType |
SIRequestFailureType.INSUFFICIENT_RESOURCES
The reason generated when the resources required to fulfill an asynchronous SI retrieval (such as a tuner, section filter, etc.) are unavailable. |
static SIRequestFailureType |
SIRequestFailureType.UNKNOWN
The reason for the failure is unknown. |
| Methods in javax.tv.service with parameters of type SIRequestFailureType | |
|---|---|
void |
SIRequestor.notifyFailure(SIRequestFailureType reason)
Notifies the SIRequestor of unsuccessful asynchronous
SI retrieval. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||