Uses of Class
org.davic.net.Locator

Packages that use Locator
org.davic.media Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. 
org.davic.net.tuning Provides access to tuning - MPEG multiplex selection. 
org.dvb.application Provides access to lists of applications which are available in this context and the ability to launch those applications. 
org.dvb.application.privileged Provides application management facilities to privileged applications. 
org.dvb.application.storage Provides support for storage of applications. 
org.dvb.dsmcc Provides extended access to files carried in the broadcast stream. 
org.dvb.locator Provides Locators for various concepts not addressed in the org.davic and javax.tv packages. 
org.dvb.locator.ip Contains transport dependent locators for access to IP services. 
org.dvb.locator.ott Contains transport dependent locators for access to OTT services. 
org.dvb.spi.selection This package defines an SPI for selection of services and service components. 
org.dvb.tvanytime.metadata Provides access to TV-Anytime metadata services. 
org.dvb.tvanytime.metadata.ip Provides access to Broadband Content Guides delivered via IP. 
org.dvb.tvanytime.resolution Provides access to TV-Anytime Content Referencing Information. 
 

Uses of Locator in org.davic.media
 

Constructors in org.davic.media with parameters of type Locator
MediaLocator(Locator locator)
          Create a MediaLocator from a DAVIC locator
 

Uses of Locator in org.davic.net.tuning
 

Methods in org.davic.net.tuning that return Locator
 Locator NetworkInterface.getLocator()
          Returns the Locator of the transport stream to which the network interface is connected.
static Locator[] StreamTable.listTransportStreams()
          Returns all known transport streams on all network interfaces as an array of Locators
 

Methods in org.davic.net.tuning with parameters of type Locator
static TransportStream[] StreamTable.getTransportStreams(Locator locator)
          Returns the transport streams that match the locator.
 void NetworkInterfaceController.reserveFor(Locator locator, java.lang.Object requestData)
          Tries to reserve exclusively the control over a network interface that can receive the transport stream specified by the locator parameter.
 void NetworkInterfaceController.tune(Locator locator)
          Tunes asynchronously to the given stream (specified by a Locator).
 

Uses of Locator in org.dvb.application
 

Methods in org.dvb.application that return Locator
 Locator AppIcon.getLocator()
          This method returns the location of the directory containing the application icons.
 Locator AppAttributes.getServiceLocator()
          This method returns the locator of the Service describing the application.
 

Uses of Locator in org.dvb.application.privileged
 

Methods in org.dvb.application.privileged with parameters of type Locator
 boolean ApplicationStorageHandler.storeRequested(Locator fromService, ApplicationStorageController toService, AppAttributes[] app, boolean[] autoStart, java.lang.String[][] args)
          Called as part of the execution of ApplicationStorageController.store(Locator,AppID[],...).
 

Uses of Locator in org.dvb.application.storage
 

Methods in org.dvb.application.storage with parameters of type Locator
 void ApplicationStorageController.store(Locator locator, AppID[] apps, boolean[] autoStart, java.lang.String[][] args, ApplicationStorageListener listener)
          Installs several applications into this stored service.
 

Uses of Locator in org.dvb.dsmcc
 

Methods in org.dvb.dsmcc that return Locator
 Locator ServiceXFRReference.getLocator()
          This method returns the Locator of the Service for an Object Carousel.
 Locator ServiceDomain.getLocator()
          NOTE [GEM P.2.5.3]: The original description has been replaced with the following: Return the locator for this service domain.
 Locator DSMCCStream.getStreamLocator()
          This function returned a Locator referencing the streams of this collection.
 

Methods in org.dvb.dsmcc with parameters of type Locator
 void ServiceDomain.attach(Locator l)
          This function is used to attach a ServiceDomain from an object carousel.
 void ServiceDomain.attach(Locator aDVBService, int aCarouselId)
          This function is used to attach a ServiceDomain from an object carousel.
static java.net.URL ServiceDomain.getURL(Locator l)
          NOTE [GEM P.2.5.5]: The original description has been replaced with the following: Returns a URL corresponding to a locator referring to a file or a directory, as specified in the table in GEM clause 14.8, "Locators and content referencing." If the service domain corresponding to the locator is attached and the file or directory referenced in the locator exists then an instance of java.net.URL is returned which can be used to reference this object.
 

Constructors in org.dvb.dsmcc with parameters of type Locator
ServiceXFRException(Locator aService, int carouselId, java.lang.String pathName)
          Creates a ServiceXFRException object.
ServiceXFRReference(Locator serviceLocator, int carouselId, java.lang.String pathName)
          Creates a ServiceXFRReference object.
 

Uses of Locator in org.dvb.locator
 

Subclasses of Locator in org.dvb.locator
 class FrequencyLocator
          Used to reference a service that does not carry any DVB-SI and hence does not appear in the service list of a receiver.
 

Uses of Locator in org.dvb.locator.ip
 

Subclasses of Locator in org.dvb.locator.ip
 class MulticastLocator
          Represents a reference to an IP service accessed by an IGMP join request.
 class RTSPLocator
          Represents a reference to an IP service accessed by RTSP.
 class UnicastLocator
          Represents a reference to an IP service delivered by unicast UDP where the delivery of the service is not initiated by the implementation.
 

Uses of Locator in org.dvb.locator.ott
 

Subclasses of Locator in org.dvb.locator.ott
 class HTTPLocator
          Represents a reference to an IP service accessed by HTTP.
 

Uses of Locator in org.dvb.spi.selection
 

Methods in org.dvb.spi.selection that return Locator
 Locator SelectionSession.select()
          Sets up delivery of a stream representing the service, and delivers a locator for reception of that stream.
 

Uses of Locator in org.dvb.tvanytime.metadata
 

Methods in org.dvb.tvanytime.metadata that return Locator
 Locator IPDatabase.getURL()
          Get the URL of the host providing this IPDatabase.
 

Uses of Locator in org.dvb.tvanytime.metadata.ip
 

Methods in org.dvb.tvanytime.metadata.ip that return Locator
 Locator MulticastDatabase.getURL()
          Get the URL of the host providing this MulticastDatabase.
 Locator HTTPDatabase.getURL()
          Get the URL of the host providing this HTTPDatabase.
 

Uses of Locator in org.dvb.tvanytime.resolution
 

Methods in org.dvb.tvanytime.resolution with parameters of type Locator
static ContentReferencingManager ContentReferencingManager.getInstance(Locator URL)
          Get a ContentReferencingManager which uses the specified server for IP-based queries.