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 Class
javax.tv.locator.InvalidLocatorException

Packages that use InvalidLocatorException
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 InvalidLocatorException in javax.tv.locator
 

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

Uses of InvalidLocatorException in javax.tv.media
 

Methods in javax.tv.media that throw InvalidLocatorException
 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.
 

Uses of InvalidLocatorException in javax.tv.net
 

Methods in javax.tv.net that throw InvalidLocatorException
static java.net.InetAddress InterfaceMap.getLocalAddress(Locator locator)
          Reports the local IP address assigned to the given service component.
 

Uses of InvalidLocatorException in javax.tv.service
 

Methods in javax.tv.service that throw InvalidLocatorException
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.
 

Uses of InvalidLocatorException in javax.tv.service.guide
 

Methods in javax.tv.service.guide that throw InvalidLocatorException
 SIRequest ProgramSchedule.retrieveProgramEvent(Locator locator, SIRequestor requestor)
          Retrieves a program event matching the locator.
 

Uses of InvalidLocatorException in javax.tv.service.navigation
 

Methods in javax.tv.service.navigation that throw InvalidLocatorException
 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 that throw InvalidLocatorException
LocatorFilter(Locator[] locators)
          Constructs the filter based on a set of locators.
 

Uses of InvalidLocatorException in javax.tv.service.selection
 

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

Uses of InvalidLocatorException in javax.tv.service.transport
 

Methods in javax.tv.service.transport that throw InvalidLocatorException
 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.