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
Interface ServiceNumber

All Known Subinterfaces:
ServiceMinorNumber

public interface ServiceNumber

This interface is used to identify services by service (or channel) numbers. The service number may represent a receiver-specific service designation or a broadcaster-specific service designation delivered as a private descriptor.

Service and ServiceDetails objects may optionally implement this interface. ServiceNumber is extended by ServiceMinorNumber to report two-part ATSC channel numbers.

See Also:
Service, ServiceDetails, ServiceMinorNumber, Optionally implemented interfaces

Method Summary
 int getServiceNumber()
          Reports the service number of a service.
 

Method Detail

getServiceNumber

public int getServiceNumber()
Reports the service number of a service.

Returns:
The number of the service.

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.