org.dvb.spi
Interface SystemBoundProvider

All Superinterfaces:
Provider

public interface SystemBoundProvider
extends Provider

Interface for providers that are registered from one Xlet, but provide system-wide services. Such providers shall be used by the system in such a way that there is no sharing of mutable object instances between the xlet that installs the provider, and any xlet that uses the services.

See Also:
XletBoundProvider

Methods inherited from interface org.dvb.spi.Provider
getName, getServiceProviderInterfaces, getVersion, providerRegistered, providerUnregistered