| Package | Description |
|---|---|
| com.sun.tv.si | |
| javax.tv.service | |
| javax.tv.service.guide | |
| javax.tv.service.navigation | |
| javax.tv.service.transport | |
| org.dvb.application.storage | |
| org.dvb.internet |
| Modifier and Type | Class and Description |
|---|---|
class |
SIRequestImpl
This interface is implemented by application classes in order to
receive the results of asynchronous SI retrieval requests.
|
| Modifier and Type | Method and Description |
|---|---|
SIRequest |
TransportImpl.retrieveBouquet(Locator locator,
SIRequestor requestor)
Retrieves the specified
Bouquet from the collection. |
SIRequest |
TransportImpl.retrieveBouquets(SIRequestor requestor)
Retrieves an array of all the
Bouquet objects in
this BouquetCollection. |
SIRequest |
ServiceDetailsImpl.retrieveComponents(SIRequestor requestor)
Retrieves a list of elementary components which are part of this
service.
|
SIRequest |
ProgramEventImpl.retrieveComponents(SIRequestor requestor)
Retrieves a list of service components which are part of this program.
|
SIRequest |
ProgramScheduleImpl.retrieveCurrentProgramEvent(SIRequestor requestor)
Retrieves the current
ProgramEvent. |
SIRequest |
ProgramEventImpl.retrieveDescription(SIRequestor requestor)
Retrieves a textual description of the event.
|
SIRequest |
ServiceImpl.retrieveDetails(SIRequestor requestor)
This method retrieves additional information about the Service.
|
SIRequest |
ProgramScheduleImpl.retrieveFutureProgramEvent(Date time,
SIRequestor requestor)
Retrieves the program event for the specified time.
|
SIRequest |
ProgramScheduleImpl.retrieveFutureProgramEvents(Date begin,
Date end,
SIRequestor requestor)
Retrieves all known program events on this service for the specified time
interval.
|
SIRequest |
TransportImpl.retrieveNetwork(Locator locator,
SIRequestor requestor)
Retrieves the specified
Network from the collection. |
SIRequest |
TransportImpl.retrieveNetworks(SIRequestor requestor)
Retrieves an array of all the
Network objects in
this NetworkCollection. |
SIRequest |
ProgramScheduleImpl.retrieveNextProgramEvent(ProgramEvent anEvent,
SIRequestor requestor)
Retrieves an event which follows the specified event.
|
SIRequest |
SIManagerImpl.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
This method can be used to retrieve a specific ProgramEvent based on a
Locator.
|
SIRequest |
ProgramScheduleImpl.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
Retrieves a program event matching the locator.
|
SIRequest |
ServiceDetailsImpl.retrieveServiceDescription(SIRequestor requestor)
Retrieves a textual description of this service if available.
|
SIRequest |
SIManagerImpl.retrieveServiceDetails(Locator locator,
SIRequestor requestor)
This method can be used to retrieve specific ServiceDetails (meta-data
for a Service) based on a Locator.
|
SIRequest |
SIManagerImpl.retrieveSIElement(Locator locator,
SIRequestor requestor)
This method retrieves an SIElement corresponding to the specified
Locator.
|
SIRequest |
TransportImpl.retrieveTransportStream(Locator locator,
SIRequestor requestor)
Retrieves the specified
TransportStream from the collection. |
SIRequest |
TransportImpl.retrieveTransportStreams(Locator locator,
SIRequestor requestor)
Retrieves an array of
TransportStream objects
representing the transport streams carried in the specified
Network. |
SIRequest |
TransportImpl.retrieveTransportStreams(SIRequestor requestor)
Retrieves an array of the
TransportStream objects in
this TransportStreamCollection. |
SIRequest |
NetworkImpl.retrieveTransportStreams(SIRequestor requestor)
Retrieves an array of
TransportStream objects
representing the transport streams carried in this
Network. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SIManagerImpl.cancel(SIRequest toCancel)
This implements the cancel of an async.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
SIRequest |
StoredApplicationService.retrieveDetails(SIRequestor requestor)
This method retrieves additional information about the service.
|
| Modifier and Type | Method and Description |
|---|---|
SIRequest |
InternetClientService.retrieveDetails(SIRequestor requestor)
This method will always fail when called for an
InternetClient. |
Copyright © 2012 code4tv.com. All Rights Reserved.