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. 
org.ocap.hardware The org.ocap.hardware package provides representations of several aspects of the hardware. 
org.ocap.service The org.ocap.service package represents various aspects of a service. 
 

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 ServiceComponent.getService()
          Provides the Service object to which this ServiceComponent belongs.
 Service ServiceDetails.getService()
          Returns the Service this ServiceDetails object is associated with.
 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.
 

Methods in javax.tv.service.navigation with parameters of type Service
 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 LocatorFilter.accept(Service service)
          Tests if the given service passes the filter.
 boolean ServiceTypeFilter.accept(Service service)
          Tests if the given service passes the filter.
 boolean PreferenceFilter.accept(Service service)
          Tests if the given service passes the filter.
 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.
 

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.
 

Uses of Service in org.ocap.hardware
 

Methods in org.ocap.hardware with parameters of type Service
static int CopyControl.getCCIBits(Service service)
          Provides an OCAP Application with the ability to query the OpenCable Host Device for the current value of the CCI bits, which the OpenCable Host Device is currently using for Copy Protection.
 

Uses of Service in org.ocap.service
 

Subinterfaces of Service in org.ocap.service
 interface AbstractService
          The AbstractService represents a non-broadcast Service which applications can be added to and be selected as a group within a given javax.tv.service.selection.ServiceContext.
 

Methods in org.ocap.service that return Service
 Service ServiceContextResourceUsage.getRequestedService()
          Gets the Service that was requested when the resource contention was incurred.
 



Copyright © 2011. All Rights Reserved.