Uses of Interface
org.dvb.spi.SystemBoundProvider

Packages that use SystemBoundProvider
org.dvb.spi This package defines a central registry for all DVB Service Provider Interface (SPI) providers. 
org.dvb.spi.ict This package enables the GEM return channel application download mechanism to be used with non-standard, proprietary or market specific protocols. 
org.dvb.spi.selection This package defines an SPI for selection of services and service components. 
org.dvb.spi.si.simple This package defines interfaces for providing service information, as accessed by SIManager. 
 

Uses of SystemBoundProvider in org.dvb.spi
 

Methods in org.dvb.spi with parameters of type SystemBoundProvider
 void ProviderRegistry.registerSystemBound(SystemBoundProvider p)
          Registers a provider.
 

Uses of SystemBoundProvider in org.dvb.spi.ict
 

Subinterfaces of SystemBoundProvider in org.dvb.spi.ict
 interface InteractionChannelTransportProvider
          This interface will be implemented by system providers of resource transport via the interaction channel.
 

Uses of SystemBoundProvider in org.dvb.spi.selection
 

Subinterfaces of SystemBoundProvider in org.dvb.spi.selection
 interface SelectionProvider
          A provider of service selection.
 

Uses of SystemBoundProvider in org.dvb.spi.si.simple
 

Subinterfaces of SystemBoundProvider in org.dvb.spi.si.simple
 interface SimpleSIProvider
          This interface describes a source of information about the schedules and program events in a broadcast channel.