|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Locator | |
---|---|
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.davic.net | Provides general content referencing. |
org.dvb.media | Provides DVB specific extensions to the Java Media Framework. |
org.dvb.spi.selection | This package defines an SPI for selection of services and service components. |
org.ocap.hn | Provides interfaces and classes for representing a home network. |
org.ocap.hn.content | |
org.ocap.net | The org.ocap.net package provides locators for accessing various types of items in the transport stream. |
org.ocap.shared.dvr | The shared DVR API for scheduling and managing recording requests. |
org.ocap.si | The org.ocap.si package represents MPEG-2 PSI data. |
Uses of Locator in javax.tv.locator |
---|
Methods in javax.tv.locator that return Locator | |
---|---|
abstract Locator |
LocatorFactory.createLocator(String locatorString)
Creates a Locator object from the specified locator
string. |
Locator |
InvalidLocatorException.getInvalidLocator()
Returns the offending Locator instance. |
abstract Locator[] |
LocatorFactory.transformLocator(Locator source)
Transforms a Locator into its respective collection
of transport dependent Locator objects. |
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,
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[] |
MediaSelectControl.getCurrentSelection()
Reports the components of the current selection. |
Locator[] |
MediaSelectEvent.getSelection()
Reports the selection that caused this event. |
Methods in javax.tv.media with parameters of type Locator | |
---|---|
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. |
Constructors in javax.tv.media with parameters of type Locator | |
---|---|
MediaSelectCARefusedEvent(Controller source,
Locator[] selection)
Constructs the MediaSelectCARefusedEvent . |
|
MediaSelectEvent(Controller controller,
Locator[] selection)
Creates a new MediaSelectEvent . |
|
MediaSelectFailedEvent(Controller source,
Locator[] selection)
Creates a new MediaSelectFailedEvent . |
|
MediaSelectPermission(Locator locator)
Creates a new MediaSelectPermission object for the
specified Locator . |
|
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 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 |
SIElement.getLocator()
Reports the Locator of this SIElement . |
Locator |
Service.getLocator()
Reports the Locator of this Service . |
Methods in javax.tv.service with parameters of type Locator | |
---|---|
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 . |
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 |
InvalidServiceComponentException.getInvalidServiceComponent()
Reports the offending service components. |
Locator[] |
ServiceContentHandler.getServiceContentLocators()
Reports the portions of the service on which this handler operates. |
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 | |
---|---|
InvalidServiceComponentException(Locator component)
Constructs an InvalidServiceComponentException
with no detail message. |
|
InvalidServiceComponentException(Locator component,
String reason)
Constructs an InvalidServiceComponentException with
the specified detail message. |
|
SelectPermission(Locator locator,
String actions)
Creates a new SelectPermission object for the specified locator. |
Uses of Locator in javax.tv.service.transport |
---|
Methods in javax.tv.service.transport with parameters of type Locator | |
---|---|
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 Locator in org.davic.net |
---|
Classes in org.davic.net that implement Locator | |
---|---|
class |
Locator
Locator that encapsulates an URL into an object |
Uses of Locator in org.dvb.media |
---|
Methods in org.dvb.media with parameters of type Locator | |
---|---|
void |
DVBMediaSelectControl.selectServiceMediaComponents(Locator l)
Selects for presentation the media service components from a service. |
Uses of Locator in org.dvb.spi.selection |
---|
Methods in org.dvb.spi.selection that return Locator | |
---|---|
Locator |
KnownServiceReference.getActualLocation()
Return the actualLocation as provided when this ServiceReference was constructed. |
Locator |
ServiceReference.getLocator()
Gives the transport-dependent locator of the service |
Locator |
KnownServiceReference.getLocator()
Gives the transport-dependent locator that will be used to represent this service through the Java TV APIs, both in this xlet and in others. |
Constructors in org.dvb.spi.selection with parameters of type Locator | |
---|---|
KnownServiceReference(String transportIndependent,
String transportDependent,
Locator actualLocation)
Create a ServiceReference for the given service identified by the combination of a transport independent and transport dependent identifiers. |
Uses of Locator in org.ocap.hn |
---|
Methods in org.ocap.hn with parameters of type Locator | |
---|---|
NetActionRequest |
ContentManagementModule.copy(Locator source,
Locator dest,
NetActionHandler handler)
Copies a file or a recorded service from one device to another. |
Player |
RemoteMediaRendererModule.createRemotePlayer(Locator sourceLocator)
Returns player for this remote renderer |
NetActionRequest |
ContentManagementModule.delete(Locator target,
NetActionHandler handler)
Deletes a file or a recorded service on a remote device. |
NetActionRequest |
ContentManagementModule.move(Locator source,
Locator dest,
NetActionHandler handler)
Moves a file or a recorded service from one device to another. |
Uses of Locator in org.ocap.hn.content |
---|
Methods in org.ocap.hn.content that return Locator | |
---|---|
Locator |
ContentResource.getLocator()
Gets an OcapLocator to the content associated with this ContentResource if the content can be located with that Locator type, otherwise returns an implementation specific Locator to the content. |
Uses of Locator in org.ocap.net |
---|
Classes in org.ocap.net that implement Locator | |
---|---|
class |
OcapLocator
This class encapsulates an OCAP URL into an object. |
class |
URLLocator
A concrete implementation of Locator that encapsulates a URL into an object. |
Uses of Locator in org.ocap.shared.dvr |
---|
Methods in org.ocap.shared.dvr that return Locator | |
---|---|
Locator[] |
LocatorRecordingSpec.getSource()
Returns the source of the recording |
Constructors in org.ocap.shared.dvr with parameters of type Locator | |
---|---|
LocatorRecordingSpec(Locator[] source,
Date startTime,
long duration,
RecordingProperties properties)
Constructor |
Uses of Locator in org.ocap.si |
---|
Methods in org.ocap.si with parameters of type Locator | |
---|---|
abstract void |
ProgramMapTableManager.addInBandChangeListener(TableChangeListener listener,
Locator locator)
Add a TableChangeListener object that will be notified when the inband PMT changes. |
abstract void |
ProgramAssociationTableManager.addInBandChangeListener(TableChangeListener listener,
Locator locator)
Add a TableChangeListener object that will be notified when the inband PAT for the channel (transport stream) identified by the Locator parameter changes. |
abstract SIRequest |
ProgramMapTableManager.retrieveInBand(SIRequestor requestor,
Locator locator)
Retrieve a PMT from the in-band channel (transport stream) identified by the Locator parameter. |
abstract SIRequest |
ProgramAssociationTableManager.retrieveInBand(SIRequestor requestor,
Locator locator)
Retrieve a PAT from the in-band channel (transport stream) identified by the Locator parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |