Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

javax.tv.service.navigation
Interface ServiceProviderInformation


public interface ServiceProviderInformation

This interface is used to report additional information concerning the provider of a service. ServiceDetails objects may optionally implement this interface on systems that provide information concerning the service provider in their specific SI format. It can be mapped to the DVB Service descriptor.

See Also:
ServiceDetails, Optionally implemented interfaces

Method Summary
 java.lang.String getProviderName()
          Returns the name of the service provider.
 

Method Detail

getProviderName

public java.lang.String getProviderName()
Returns the name of the service provider.

Returns:
A string representing the service provider's name. It returns an empty string if no provider information is available.

JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.