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.selection
Interface ServiceContentHandler

All Known Subinterfaces:
ServiceMediaHandler

public interface ServiceContentHandler

A ServiceContentHandler represents a mechanism for presenting, processing or playing portions of a service. A single ServiceContentHandler may handle one or more constituent parts of a service, as represented by one or more locators to those parts. Each locator reported by a ServiceContentHandler refers either to an individual service component or to content within a service component (such as an Xlet).

See Also:
ServiceMediaHandler

Method Summary
 Locator[] getServiceContentLocators()
          Reports the portions of the service on which this handler operates.
 

Method Detail

getServiceContentLocators

public Locator[] getServiceContentLocators()
Reports the portions of the service on which this handler operates.

Returns:
An array of locators representing the portions of the service on which this handler operates.
See Also:
ServiceContext.select(Locator[] components)

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.