Uses of Class
javax.tv.locator.InvalidLocatorException

Packages that use InvalidLocatorException
javax.tv.locator   
javax.tv.media   
javax.tv.net   
javax.tv.service   
javax.tv.service.guide   
javax.tv.service.navigation   
javax.tv.service.selection   
javax.tv.service.transport   
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
 

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

Uses of InvalidLocatorException in javax.tv.net
 

Methods in javax.tv.net that throw InvalidLocatorException
static 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  Service SIManager.getService(Locator locator)
          Provides the Service referred to by a given 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.retrieveProgramEvent(Locator locator, SIRequestor requestor)
          Retrieves the ProgramEvent corresponding to the given Locator.
abstract  SIRequest SIManager.retrieveServiceDetails(Locator locator, SIRequestor requestor)
          Retrieves the ServiceDetails object corresponding to the given Locator.
abstract  SIRequest SIManager.retrieveSIElement(Locator locator, SIRequestor requestor)
          Retrieves the SIElement corresponding to the specified 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 NetworkCollection.retrieveNetwork(Locator locator, SIRequestor requestor)
          Retrieves the specified Network from the collection.
 SIRequest TransportStreamCollection.retrieveTransportStream(Locator locator, SIRequestor requestor)
          Retrieves the specified TransportStream from the collection.
 

Uses of InvalidLocatorException in org.dvb.media
 

Methods in org.dvb.media that throw InvalidLocatorException
 void DVBMediaSelectControl.selectServiceMediaComponents(Locator l)
          Selects for presentation the media service components from a service.