Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Uses of Class
javax.tv.service.SIRequestFailureType

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.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.DATA_UNAVAILABLE
          The reason generated when the system cannot find the requested data.
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.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.