Uses of Interface
javax.tv.service.SIRequestor

Packages that use SIRequestor
javax.tv.service   
javax.tv.service.guide   
javax.tv.service.navigation   
javax.tv.service.transport   
org.ocap.si The org.ocap.si package represents MPEG-2 PSI data. 
 

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.retrieveProgramEvent(Locator locator, SIRequestor requestor)
          Retrieves the ProgramEvent corresponding to the given Locator.
abstract  SIRequest SIManager.retrieveServiceDetails(Locator locator, SIRequestor requestor)
          Retrieves the ServiceDetails object corresponding to the given Locator.
abstract  SIRequest SIManager.retrieveSIElement(Locator locator, SIRequestor requestor)
          Retrieves the SIElement corresponding to the specified Locator.
 

Uses of SIRequestor in javax.tv.service.guide
 

Methods in javax.tv.service.guide with parameters of type SIRequestor
 SIRequest ProgramEvent.retrieveComponents(SIRequestor requestor)
          Retrieves an array of service components which are part of this ProgramEvent.
 SIRequest ProgramSchedule.retrieveCurrentProgramEvent(SIRequestor requestor)
          Retrieves the current ProgramEvent.
 SIRequest ProgramEvent.retrieveDescription(SIRequestor requestor)
          Retrieves a textual description of the event.
 SIRequest ProgramSchedule.retrieveFutureProgramEvent(Date time, SIRequestor requestor)
          Retrieves the program event for the specified time.
 SIRequest ProgramSchedule.retrieveFutureProgramEvents(Date begin, 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.
 

Uses of SIRequestor in javax.tv.service.navigation
 

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

Uses of SIRequestor in javax.tv.service.transport
 

Methods in javax.tv.service.transport with parameters of type SIRequestor
 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 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 Network.retrieveTransportStreams(SIRequestor requestor)
          Retrieves an array of TransportStream objects representing the transport streams carried in this Network.
 

Uses of SIRequestor in org.ocap.si
 

Methods in org.ocap.si with parameters of type SIRequestor
abstract  SIRequest ProgramMapTableManager.retrieveInBand(SIRequestor requestor, Locator locator)
           Retrieve a PMT from the in-band channel (transport stream) identified by the Locator parameter.
abstract  SIRequest ProgramAssociationTableManager.retrieveInBand(SIRequestor requestor, Locator locator)
           Retrieve a PAT from the in-band channel (transport stream) identified by the Locator parameter.
abstract  SIRequest ProgramAssociationTableManager.retrieveOutOfBand(SIRequestor requestor)
          Retrieve the PAT from the out-of-band channel.
abstract  SIRequest ProgramMapTableManager.retrieveOutOfBand(SIRequestor requestor, int programNumber)
          Retrieve the PMT from the out-of-band channel.