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.selection.ServiceContext

Packages that use ServiceContext
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
 

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.
abstract  ServiceContext[] ServiceContextFactory.getServiceContexts()
          Provides the ServiceContext instances to which the caller of the method is permitted access.
abstract  ServiceContext ServiceContextFactory.getServiceContext(XletContext ctx)
          Reports the ServiceContext in which the Xlet corresponding to the specified XletContext is running.
 ServiceContext ServiceContextEvent.getServiceContext()
          Reports the ServiceContext that generated the event.
 

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


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.