Uses of Interface
javax.tv.service.selection.ServiceContext

Packages that use ServiceContext
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
org.dvb.service.selection Extensions to the Java TV service selection API. 
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. 
 

Uses of ServiceContext in javax.tv.service.selection
 

Methods in javax.tv.service.selection that return ServiceContext
abstract  ServiceContext ServiceContextFactory.createServiceContext()
          Creates a ServiceContext object.
 ServiceContext ServiceContextEvent.getServiceContext()
          Reports the ServiceContext that generated the event.
abstract  ServiceContext ServiceContextFactory.getServiceContext(XletContext ctx)
          Reports the ServiceContext in which the Xlet corresponding to the specified XletContext is running.
abstract  ServiceContext[] ServiceContextFactory.getServiceContexts()
          Provides the ServiceContext instances to which the caller of the method is permitted access.
 

Constructors in javax.tv.service.selection with parameters of type ServiceContext
AlternativeContentEvent(ServiceContext source)
          Constructs the event.
NormalContentEvent(ServiceContext source)
          Constructs the event.
PresentationChangedEvent(ServiceContext source)
          Constructs the event.
PresentationTerminatedEvent(ServiceContext source, int reason)
          Constructs the event with a reason code.
SelectionFailedEvent(ServiceContext source, int reason)
          Constructs the event with a reason code.
ServiceContextDestroyedEvent(ServiceContext source)
          Constructs the event.
ServiceContextEvent(ServiceContext source)
          Constructs the event.
 

Uses of ServiceContext in org.dvb.service.selection
 

Subinterfaces of ServiceContext in org.dvb.service.selection
 interface DvbServiceContext
          An extension to ServiceContext permitting the discovery of the network interface (if any) being used by a service context.
 

Uses of ServiceContext in org.ocap.media
 

Methods in org.ocap.media that return ServiceContext
 ServiceContext VBIFilterGroup.getServiceContext()
          Returns a ServiceContext instance specified by a VBIFilterGroup.attach(javax.tv.service.selection.ServiceContext, org.davic.resources.ResourceClient, java.lang.Object) method.
 

Methods in org.ocap.media with parameters of type ServiceContext
 void VBIFilterGroup.attach(ServiceContext serviceContext, ResourceClient client, Object requestData)
          This method attempts to reserve all VBI filters held by this VBIFilterGroup, and attaches to a specified ServiceContext.
 

Uses of ServiceContext in org.ocap.service
 

Methods in org.ocap.service that return ServiceContext
 ServiceContext ServiceContextResourceUsage.getServiceContext()
          Gets the ServiceContext for which the resources have been reserved.
 

Constructors in org.ocap.service with parameters of type ServiceContext
AlternativeContentErrorEvent(ServiceContext source, int reason)
          Constructs an event with a reason code.
S3DAlternativeContentErrorEvent(ServiceContext source, int reason)
          Constructs an event with a reason code.
 



Copyright © 2011. All Rights Reserved.