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.locator.Locator

Packages that use Locator
javax.tv.locator Provides a means for referencing data and resources accessible via the Java TV APIs. 
javax.tv.media Provides controls and events for the management of real-time media in a television environment. 
javax.tv.net Provides access to IP datagrams transmitted in the broadcast stream. 
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. 
javax.tv.service.transport Provides additional information about the transport mechanisms that deliver the content the SI data describes. 
 

Uses of Locator in javax.tv.locator
 

Methods in javax.tv.locator that return Locator
abstract  Locator LocatorFactory.createLocator(java.lang.String locatorString)
          Creates a Locator object from the specified locator string.
abstract  Locator[] LocatorFactory.transformLocator(Locator source)
          Transforms a Locator into its respective collection of transport dependent Locator objects.
 Locator InvalidLocatorException.getInvalidLocator()
          Returns the offending Locator instance.
 

Methods in javax.tv.locator with parameters of type Locator
abstract  Locator[] LocatorFactory.transformLocator(Locator source)
          Transforms a Locator into its respective collection of transport dependent Locator objects.
 

Constructors in javax.tv.locator with parameters of type Locator
InvalidLocatorException(Locator locator)
          Constructs an InvalidLocatorException with no detail message.
InvalidLocatorException(Locator locator, java.lang.String reason)
          Constructs an InvalidLocatorException with the specified detail message.
 

Uses of Locator in javax.tv.media
 

Methods in javax.tv.media that return Locator
 Locator[] MediaSelectEvent.getSelection()
          Reports the selection that caused this event.
 Locator[] MediaSelectControl.getCurrentSelection()
          Reports the components of the current selection.
 

Methods in javax.tv.media with parameters of type Locator
 void MediaSelectControl.select(Locator component)
          Selects a new service component for presentation.
 void MediaSelectControl.select(Locator[] components)
          Selects one or more service components for presentation.
 void MediaSelectControl.add(Locator component)
          Adds a service component (for example, subtitles) to the presentation.
 void MediaSelectControl.remove(Locator component)
          Removes a service component from the presentation.
 void MediaSelectControl.replace(Locator fromComponent, Locator toComponent)
          Replaces a service component in the presentation.
 

Constructors in javax.tv.media with parameters of type Locator
MediaSelectPermission(Locator locator)
          Creates a new MediaSelectPermission object for the specified Locator.
MediaSelectEvent(Controller controller, Locator[] selection)
          Creates a new MediaSelectEvent.
MediaSelectFailedEvent(Controller source, Locator[] selection)
          Creates a new MediaSelectFailedEvent.
MediaSelectCARefusedEvent(Controller source, Locator[] selection)
          Constructs the MediaSelectCARefusedEvent.
MediaSelectSucceededEvent(Controller source, Locator[] selection)
          Creates a new MediaSelectSucceededEvent.
 

Uses of Locator in javax.tv.net
 

Methods in javax.tv.net with parameters of type Locator
static java.net.InetAddress InterfaceMap.getLocalAddress(Locator locator)
          Reports the local IP address assigned to the given service component.
 

Uses of Locator in javax.tv.service
 

Methods in javax.tv.service that return Locator
 Locator Service.getLocator()
          Reports the Locator of this Service.
 Locator SIElement.getLocator()
          Reports the Locator of this SIElement.
 

Methods in javax.tv.service with parameters of type Locator
abstract  void SIManager.registerInterest(Locator locator, boolean active)
          Provides a hint to the SI database that the application desires SI information as complete as possible about the specified SIElement.
abstract  SIRequest SIManager.retrieveSIElement(Locator locator, SIRequestor requestor)
          Retrieves the SIElement corresponding to the specified Locator.
abstract  Service SIManager.getService(Locator locator)
          Provides the Service identified by a given Locator.
abstract  SIRequest SIManager.retrieveServiceDetails(Locator locator, SIRequestor requestor)
          Retrieves the ServiceDetails object corresponding to the given Locator.
abstract  SIRequest SIManager.retrieveProgramEvent(Locator locator, SIRequestor requestor)
          Retrieves the ProgramEvent corresponding to the given Locator.
 

Constructors in javax.tv.service with parameters of type Locator
ReadPermission(Locator locator)
          Creates a new ReadPermission object for the specified locator.
 

Uses of Locator in javax.tv.service.guide
 

Methods in javax.tv.service.guide that return Locator
 Locator ProgramSchedule.getServiceLocator()
          Reports the transport-dependent locator referencing the service to which this ProgramSchedule belongs.
 

Methods in javax.tv.service.guide with parameters of type Locator
 SIRequest ProgramSchedule.retrieveProgramEvent(Locator locator, SIRequestor requestor)
          Retrieves a program event matching the locator.
 

Uses of Locator in javax.tv.service.navigation
 

Methods in javax.tv.service.navigation that return Locator
 Locator[] LocatorFilter.getFilterValue()
          Reports the locators used to create this filter.
 

Methods in javax.tv.service.navigation with parameters of type Locator
 Service ServiceList.findService(Locator locator)
          Reports the Service corresponding to the specified locator if it is a member of this list.
 

Constructors in javax.tv.service.navigation with parameters of type Locator
LocatorFilter(Locator[] locators)
          Constructs the filter based on a set of locators.
 

Uses of Locator in javax.tv.service.selection
 

Methods in javax.tv.service.selection that return Locator
 Locator[] ServiceContentHandler.getServiceContentLocators()
          Reports the portions of the service on which this handler operates.
 Locator InvalidServiceComponentException.getInvalidServiceComponent()
          Reports the offending service components.
 

Methods in javax.tv.service.selection with parameters of type Locator
 void ServiceContext.select(Locator[] components)
          Selects content by specifying the parts of a service to be presented.
 

Constructors in javax.tv.service.selection with parameters of type Locator
SelectPermission(Locator locator, java.lang.String actions)
          Creates a new SelectPermission object for the specified locator.
InvalidServiceComponentException(Locator component)
          Constructs an InvalidServiceComponentException with no detail message.
InvalidServiceComponentException(Locator component, java.lang.String reason)
          Constructs an InvalidServiceComponentException with the specified detail message.
 

Uses of Locator in javax.tv.service.transport
 

Methods in javax.tv.service.transport with parameters of type Locator
 SIRequest TransportStreamCollection.retrieveTransportStream(Locator locator, SIRequestor requestor)
          Retrieves the specified TransportStream from the collection.
 SIRequest NetworkCollection.retrieveNetwork(Locator locator, SIRequestor requestor)
          Retrieves the specified Network from the collection.
 SIRequest BouquetCollection.retrieveBouquet(Locator locator, SIRequestor requestor)
          Retrieves the specified Bouquet from the collection.
 


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.