Uses of Class
org.davic.net.Locator

Packages that use Locator
org.davic.media   
org.dvb.application   
org.dvb.dsmcc   
 

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

Methods in org.dvb.dsmcc that return Locator
 Locator ServiceDomain.getLocator()
          Return the locator for this service domain.
 Locator ServiceXFRReference.getLocator()
          This method returns the Locator of the Service for an Object Carousel.
 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)
          Obtain a java.net.URL corresponding to a 'dvb:' locator.
 

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.