Uses of Class
org.dvb.spi.selection.ServiceReference

Packages that use ServiceReference
org.dvb.spi.selection This package defines an SPI for selection of services and service components. 
 

Uses of ServiceReference in org.dvb.spi.selection
 

Subclasses of ServiceReference in org.dvb.spi.selection
 class KnownServiceReference
          A reference to a service that is reached with the mediation of a SelectionProvider.
 

Methods in org.dvb.spi.selection that return ServiceReference
 ServiceReference[] SelectionProvider.getServiceList()
          Give a list of the services provided by this provider.
 

Methods in org.dvb.spi.selection with parameters of type ServiceReference
 ServiceDescription[] SelectionProvider.getServiceDescriptions(ServiceReference[] services)
          Called by the terminal to request service description information from an SI source.
 SelectionSession SelectionProvider.newSession(ServiceReference service)
          Called by the platform to create a session to manage the presentation of a service.
 void SelectionProviderContext.serviceDescriptionAvailable(ServiceReference[] serviceReferences)
          Called by a source when service description information is available to offer that information to the platform implementation.
 void SelectionProviderContext.serviceListChanged(ServiceReference[] serviceReferences)
          Called by a source when the list of services changes.
 void SelectionProviderContext.updateService(ServiceReference service)
          Called by a source to update the details of a service it supports.