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 Interface
javax.tv.service.SIRequestor

Packages that use SIRequestor
javax.tv.service Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. 
javax.tv.service.guide Provides APIs to support electronic program guides (EPGs), including program schedules, program events and program ratings. 
javax.tv.service.navigation Provides APIs to navigate through services and hierarchical service information. 
javax.tv.service.transport Provides additional information about the transport mechanisms that deliver the content the SI data describes. 
 

Uses of SIRequestor in javax.tv.service
 

Methods in javax.tv.service with parameters of type SIRequestor
 SIRequest Service.retrieveDetails(SIRequestor requestor)
          This method retrieves additional information about the Service.
abstract  SIRequest SIManager.retrieveSIElement(Locator locator, SIRequestor requestor)
          Retrieves the SIElement corresponding to the specified Locator.
abstract  SIRequest SIManager.retrieveServiceDetails(Locator locator, SIRequestor requestor)
          Retrieves the ServiceDetails object corresponding to the given Locator.
abstract  SIRequest SIManager.retrieveProgramEvent(Locator locator, SIRequestor requestor)
          Retrieves the ProgramEvent corresponding to the given Locator.
 

Uses of SIRequestor in javax.tv.service.guide
 

Methods in javax.tv.service.guide with parameters of type SIRequestor
 SIRequest ProgramSchedule.retrieveCurrentProgramEvent(SIRequestor requestor)
          Retrieves the current ProgramEvent.
 SIRequest ProgramSchedule.retrieveFutureProgramEvent(java.util.Date time, SIRequestor requestor)
          Retrieves the program event for the specified time.
 SIRequest ProgramSchedule.retrieveFutureProgramEvents(java.util.Date begin, java.util.Date end, SIRequestor requestor)
          Retrieves all known program events on this service for the specified time interval.
 SIRequest ProgramSchedule.retrieveNextProgramEvent(ProgramEvent event, SIRequestor requestor)
          Retrieves a event which follows the specified event.
 SIRequest ProgramSchedule.retrieveProgramEvent(Locator locator, SIRequestor requestor)
          Retrieves a program event matching the locator.
 SIRequest ProgramEvent.retrieveDescription(SIRequestor requestor)
          Retrieves a textual description of the event.
 SIRequest ProgramEvent.retrieveComponents(SIRequestor requestor)
          Retrieves an array of service components which are part of this ProgramEvent.
 

Uses of SIRequestor in javax.tv.service.navigation
 

Methods in javax.tv.service.navigation with parameters of type SIRequestor
 SIRequest ServiceDetails.retrieveServiceDescription(SIRequestor requestor)
          Retrieves a textual description of this service if available.
 SIRequest ServiceDetails.retrieveComponents(SIRequestor requestor)
          Retrieves an array of elementary components which are part of this service.
 

Uses of SIRequestor in javax.tv.service.transport
 

Methods in javax.tv.service.transport with parameters of type SIRequestor
 SIRequest TransportStreamCollection.retrieveTransportStream(Locator locator, SIRequestor requestor)
          Retrieves the specified TransportStream from the collection.
 SIRequest TransportStreamCollection.retrieveTransportStreams(SIRequestor requestor)
          Retrieves an array of the TransportStream objects in this TransportStreamCollection.
 SIRequest NetworkCollection.retrieveNetwork(Locator locator, SIRequestor requestor)
          Retrieves the specified Network from the collection.
 SIRequest NetworkCollection.retrieveNetworks(SIRequestor requestor)
          Retrieves an array of all the Network objects in this NetworkCollection.
 SIRequest BouquetCollection.retrieveBouquet(Locator locator, SIRequestor requestor)
          Retrieves the specified Bouquet from the collection.
 SIRequest BouquetCollection.retrieveBouquets(SIRequestor requestor)
          Retrieves an array of all the Bouquet objects in this BouquetCollection.
 SIRequest Network.retrieveTransportStreams(SIRequestor requestor)
          Retrieves an array of TransportStream objects representing the transport streams carried in this Network.
 


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.