Uses of Interface
org.dvb.spi.Provider

Packages that use Provider
org.dvb.security.provider Enables the use of providers (as supported by the org.dvb.spi package) as cryptographic service providers (as supported by the java.security package). 
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.full This package defines an interface for providing full service information, as accessed by javax.tv.service.SIManager. 
org.dvb.spi.si.simple This package defines interfaces for providing service information, as accessed by SIManager. 
 

Uses of Provider in org.dvb.security.provider
 

Subinterfaces of Provider in org.dvb.security.provider
 interface CryptographicServiceProviderProvider
          This xlet-bound provider permits a cryptographic service provider to be packaged and managed as part of the GEM provider framework as supported through the org.dvb.spi package.
 

Uses of Provider in org.dvb.spi
 

Subinterfaces of Provider in org.dvb.spi
 interface SystemBoundProvider
          Interface for providers that are registered from one Xlet, but provide system-wide services.
 interface XletBoundProvider
          Interface for all Xlet-bound providers.
 

Methods in org.dvb.spi with parameters of type Provider
 void ProviderRegistry.unregister(Provider p)
          Unregister a provider.
 

Uses of Provider in org.dvb.spi.ict
 

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

Uses of Provider in org.dvb.spi.selection
 

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

Uses of Provider in org.dvb.spi.si.full
 

Subinterfaces of Provider in org.dvb.spi.si.full
 interface SIManagerProvider
          This xlet-bound provider allows one to take complete control of the view of SI exposed to the xlet to which it is bound.
 

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

Subinterfaces of Provider 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.