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

Packages that use ServiceContext
javax.tv.service.selection   
org.dvb.service.selection Extensions to the Java TV service selection API. 
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.dvr.event Manages stream events in store content. 
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. 
org.ocap.ui Extensions to HAVi User Interface functionality. 
 

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.dvr
 

Methods in org.ocap.dvr that return ServiceContext
 ServiceContext TimeShiftEvent.getServiceContext()
          Reports the ServiceContext that generated the event.
 

Methods in org.ocap.dvr with parameters of type ServiceContext
 void RecordingPlaybackListener.notifyRecordingPlayback(ServiceContext context, int artificialCarouselID, int[] carouselIDs)
          Notifies the listener a recording playback has started.
 

Constructors in org.ocap.dvr with parameters of type ServiceContext
TimeShiftEvent(ServiceContext source, int reason)
          Constructor for this event.
 

Uses of ServiceContext in org.ocap.dvr.event
 

Methods in org.ocap.dvr.event that return ServiceContext
 ServiceContext LightweightTriggerSession.getServiceContext()
          Gets the ServiceContext for the stream type of interest.
 

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.
 

Uses of ServiceContext in org.ocap.shared.dvr
 

Methods in org.ocap.shared.dvr that return ServiceContext
 ServiceContext ServiceContextRecordingSpec.getServiceContext()
          Returns the ServiceContext to record from
 

Constructors in org.ocap.shared.dvr with parameters of type ServiceContext
RecordingTerminatedEvent(ServiceContext source, int reason)
          Constructs the event.
ServiceContextRecordingSpec(ServiceContext serviceContext, Date startTime, long duration, RecordingProperties properties)
          Constructor
 

Uses of ServiceContext in org.ocap.ui
 

Methods in org.ocap.ui that return ServiceContext
 ServiceContext[] MultiScreenContext.getServiceContexts()
          Obtain service contexts associated with this screen.
 

Methods in org.ocap.ui with parameters of type ServiceContext
 void MultiScreenConfigurableContext.addServiceContexts(ServiceContext[] contexts, boolean associateDefaultDevices)
          Add service context(s) to this screen.
 boolean MultiScreenConfigurableContext.checkServiceContextCompatibility(ServiceContext context)
          Test compatibility of service context with screen.
 HScreen[] MultiScreenManager.findScreens(ServiceContext context)
          Find accessible screen(s) associated with specific service context.
 void MultiScreenManager.moveServiceContexts(HScreen src, HScreen dst, ServiceContext[] contexts)
          Atomically move a set of specific service context from one HScreen instance to another HScreen instance.
 void MultiScreenConfigurableContext.removeServiceContexts(ServiceContext[] contexts)
          Remove service context(s) from screen.
 boolean MultiScreenManager.sameResources(ServiceContext sc1, ServiceContext sc2)
          Determines if two ServiceContext instances represent the same underlying platform resources and underlying resource state, i.e., are equivalent with respect to these underlying resources.
 void MultiScreenManager.swapServiceContexts(HScreen screen1, HScreen screen2, ServiceContext[] exclusions)
          Atomically swap service contexts between two HScreen instances.