|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.tv.service.SIRequestFailureType
This class represents reason codes for failure of asynchronous SI retrieval requests. It is subclassed to provide the individual reason codes.
SIRequestor.notifyFailure(javax.tv.service.SIRequestFailureType),
SIRequest| Field Summary | |
static SIRequestFailureType |
CANCELED
The reason generated when the SIRequest is canceled. |
static SIRequestFailureType |
DATA_UNAVAILABLE
The reason generated when the system cannot find the requested data. |
static 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 |
UNKNOWN
The reason for the failure is unknown. |
| Constructor Summary | |
protected |
SIRequestFailureType(java.lang.String name)
Creates an SIRequestFailureType object. |
| Method Summary | |
java.lang.String |
toString()
Provides the string name of the type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final SIRequestFailureType CANCELED
SIRequest is canceled.
SIRequest.cancel()public static final SIRequestFailureType INSUFFICIENT_RESOURCES
public static final SIRequestFailureType DATA_UNAVAILABLE
public static final SIRequestFailureType UNKNOWN
| Constructor Detail |
protected SIRequestFailureType(java.lang.String name)
SIRequestFailureType object.
name - The string name of this type (e.g., "CANCELED").| Method Detail |
public java.lang.String toString()
|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||