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)

Uses of Interface
javax.tv.service.Service

Packages that use Service
javax.tv.service Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. 
javax.tv.service.guide Provides APIs to support electronic program guides (EPGs), including program schedules, program events and program ratings. 
javax.tv.service.navigation Provides APIs to navigate through services and hierarchical service information. 
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
 

Uses of Service in javax.tv.service
 

Methods in javax.tv.service that return Service
abstract  Service SIManager.getService(Locator locator)
          Provides the Service identified by a given Locator.
 

Uses of Service in javax.tv.service.guide
 

Methods in javax.tv.service.guide that return Service
 Service ProgramEvent.getService()
          Reports the Service this program event is associated with.
 

Uses of Service in javax.tv.service.navigation
 

Methods in javax.tv.service.navigation that return Service
 Service ServiceList.findService(Locator locator)
          Reports the Service corresponding to the specified locator if it is a member of this list.
 Service ServiceList.getService(int index)
          Reports the Service at the specified index position.
 Service ServiceIterator.nextService()
          Reports the next Service object in the list.
 Service ServiceIterator.previousService()
          Reports the previous Service object in the list.
 Service ServiceDetails.getService()
          Returns the Service this ServiceDetails object is associated with.
 Service ServiceComponent.getService()
          Provides the Service object to which this ServiceComponent belongs.
 

Methods in javax.tv.service.navigation with parameters of type Service
 boolean ServiceList.contains(Service service)
          Tests if the indicated Service object is contained in the list.
 int ServiceList.indexOf(Service service)
          Reports the position of the first occurrence of the indicated Service object in the list.
 boolean ServiceTypeFilter.accept(Service service)
          Tests if the given service passes the filter.
 boolean LocatorFilter.accept(Service service)
          Tests if the given service passes the filter.
 boolean SIElementFilter.accept(Service service)
          Tests if the given service passes the filter.
abstract  boolean ServiceFilter.accept(Service service)
          Tests if a particular service passes this filter.
 boolean PreferenceFilter.accept(Service service)
          Tests if the given service passes the filter.
 

Uses of Service in javax.tv.service.selection
 

Methods in javax.tv.service.selection that return Service
 Service ServiceContext.getService()
          Reports the Service being presented in this ServiceContext.
 

Methods in javax.tv.service.selection with parameters of type Service
 void ServiceContext.select(Service selection)
          Selects a service to be presented in this ServiceContext.
 


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.