Uses of Interface
javax.tv.service.Service

Packages that use Service
javax.tv.service   
javax.tv.service.guide   
javax.tv.service.navigation   
javax.tv.service.selection   
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.hardware The org.ocap.hardware package provides representations of several aspects of the hardware. 
org.ocap.hn.content   
org.ocap.hn.service Manages content on a service hosted by another device on the home network. 
org.ocap.media The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components 
org.ocap.service The org.ocap.service package represents various aspects of a service. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
 

Uses of Service in javax.tv.service
 

Methods in javax.tv.service that return Service
abstract  Service SIManager.getService(Locator locator)
          Provides the Service referred to 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 ServiceDetails.getService()
          Returns the Service this ServiceDetails object is associated with.
 Service ServiceComponent.getService()
          Provides the Service object to which this ServiceComponent belongs.
 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.
 boolean ServiceTypeFilter.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.
 boolean LocatorFilter.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.dvr
 

Subinterfaces of Service in org.ocap.dvr
 interface OcapRecordedService
          This interface represents a RecordedService in OCAP.
 

Methods in org.ocap.dvr that return Service
 Service TimeShiftBufferResourceUsage.getService()
          Gets the Service associated with the set of resources contained in the usage where the last service selection was initiated by the application returned by the base ResourceUsage.getAppID method.
abstract  Service BufferingRequest.getService()
          Gets the Service this request is attempting to buffer.
 

Methods in org.ocap.dvr with parameters of type Service
static BufferingRequest BufferingRequest.createInstance(Service service, long minDuration, long maxDuration, ExtendedFileAccessPermissions efap)
          Creates a BufferingRequest object.
 void TimeShiftProperties.setPresentation(Service service, Time time, float rate, boolean action, boolean persistent)
          Sets the JMF media time location from where the playback will begin when a specific service is selected with this service context.
abstract  void BufferingRequest.setService(Service service)
          Sets the Service this request is attempting to buffer.
 

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.hn.content
 

Methods in org.ocap.hn.content that return Service
 Service ContentItem.getService()
          If this ContentItem is presentable as a JavaTV Service than this method returns a javax.tv.service.Service, or derivative of a Service, e.g.
 

Uses of Service in org.ocap.hn.service
 

Subinterfaces of Service in org.ocap.hn.service
 interface RemoteService
          A RemoteService is a service which is hosted or provided by another device on the home network.
 

Uses of Service in org.ocap.media
 

Methods in org.ocap.media that return Service
 Service BlockedService.getService()
          Gets the blocked Service.
 

Methods in org.ocap.media with parameters of type Service
abstract  void MediaAccessHandlerRegistrar.grantMediaAccessAuthorization(Service service)
          Grants media access authorization for a service by removing presentation denial caused by a previous call to MediaAccessHandler.checkMediaAccessAuthorization(boolean, org.ocap.net.OcapLocator[]) for all components in a service.
 

Constructors in org.ocap.media with parameters of type Service
BlockedService(Date startTime, long duration, Service service, boolean askMediaAccessHandler, int level)
          Constructor.
 

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.
 

Uses of Service in org.ocap.shared.dvr
 

Subinterfaces of Service in org.ocap.shared.dvr
 interface RecordedService
          This interface represents the recorded portion of a service that is being recorded or was recorded for a period of time.
 interface SegmentedRecordedService
          This interface a represents a recorded service that has been segmented.
 

Methods in org.ocap.shared.dvr that return Service
 Service ServiceRecordingSpec.getSource()
          Returns the source of the recording
 

Constructors in org.ocap.shared.dvr with parameters of type Service
ServiceRecordingSpec(Service source, Date startTime, long duration, RecordingProperties properties)
          Constructor.