| Modifier and Type | Class and Description |
|---|---|
class |
LocatorImpl |
| Modifier and Type | Method and Description |
|---|---|
Locator |
LocatorFactoryImpl.createLocator(String locatorString)
Creates a JavaTV
locator from the specified locator string. |
static Locator |
LocatorImpl.createProgramEventLocator(String serviceName,
String programName) |
Locator[] |
ServiceContextImpl.getServiceComponentLocators()
Reports the current collection of Service Component Locators.
|
Locator[] |
Handler.getServiceContentLocators()
Reports the portions of the service on which this handler operates.
|
Locator |
ServiceContextImpl.getServiceLocator()
Provides a
Locator to the service being presented in
this service context. |
Locator |
Handler.getServiceLocator() |
static Locator[] |
LocatorImpl.transformLocator(Locator source)
Perform a transform on this locator.
|
Locator[] |
LocatorFactoryImpl.transformLocator(Locator source)
Transforms a locator to its respective collection of network
dependent locators.
|
static Locator |
LocatorImpl.transformToAlternate(Locator locator) |
static Locator |
LocatorImpl.transformToProgramEvent(Locator locator) |
static Locator |
LocatorImpl.transformToProgramEventDescription(Locator locator) |
static Locator |
LocatorImpl.transformToService(Locator locator) |
static Locator |
LocatorImpl.transformToServiceDescription(Locator locator) |
static Locator |
LocatorImpl.transformToTransportStream(Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheManager.containsKey(Locator locator) |
static boolean |
LocatorImpl.equals(Locator locator1,
Locator locator2)
Compare two locators for equality.
|
Object |
CacheManager.get(Locator locator) |
static String |
LocatorImpl.getBouquetName(Locator locator) |
static InetAddress |
LocatorImpl.getLocalAddress(Locator locator)
Reports the local IP address assigned to the given service
component.
|
static String |
LocatorImpl.getMediaFile(Locator locator) |
static String |
LocatorImpl.getNetworkName(Locator locator) |
static String |
LocatorImpl.getProgramEventName(Locator locator) |
static String |
LocatorImpl.getServiceComponentName(Locator locator) |
static String |
LocatorImpl.getServiceName(Locator locator) |
static String |
LocatorImpl.getTransportStreamID(Locator locator) |
static boolean |
LocatorImpl.isAlternate(Locator locator) |
static boolean |
LocatorImpl.isBouquet(Locator locator) |
static boolean |
LocatorImpl.isNetwork(Locator locator) |
static boolean |
LocatorImpl.isProgramEvent(Locator locator) |
static boolean |
LocatorImpl.isProgramEventDescription(Locator locator) |
static boolean |
LocatorImpl.isSameProtocol(Locator locator1,
Locator locator2) |
static boolean |
LocatorImpl.isSelectable(Locator locator) |
static boolean |
LocatorImpl.isService(Locator locator) |
static boolean |
LocatorImpl.isServiceComponent(Locator locator) |
static boolean |
LocatorImpl.isServiceDescription(Locator locator) |
static boolean |
LocatorImpl.isSIElement(Locator locator)
Indicates whether an locator can possible point to an SI Element,
but does not indicate whether the corresponding si element exists.
|
static boolean |
LocatorImpl.isTDService(Locator locator) |
static boolean |
LocatorImpl.isTIService(Locator locator) |
static boolean |
LocatorImpl.isTransportStream(Locator locator) |
void |
CacheManager.put(Locator locator,
Object object) |
void |
CacheManager.remove(Locator locator) |
void |
ServiceContextImpl.select(Locator[] components)
Selects content by specifying the parts of a service to be
presented.
|
static void |
LocatorImpl.setTransforms(Locator alias,
Vector list)
Setup the locator transform tables for a locator.
|
static Locator[] |
LocatorImpl.transformLocator(Locator source)
Perform a transform on this locator.
|
Locator[] |
LocatorFactoryImpl.transformLocator(Locator source)
Transforms a locator to its respective collection of network
dependent locators.
|
static Locator |
LocatorImpl.transformToAlternate(Locator locator) |
static Locator |
LocatorImpl.transformToProgramEvent(Locator locator) |
static Locator |
LocatorImpl.transformToProgramEventDescription(Locator locator) |
static Locator |
LocatorImpl.transformToService(Locator locator) |
static Locator |
LocatorImpl.transformToServiceDescription(Locator locator) |
static Locator |
LocatorImpl.transformToTransportStream(Locator locator) |
static boolean |
LocatorImpl.validLocator(Locator locator)
Check for validity of a locator.
|
| Constructor and Description |
|---|
Handler(Locator locator,
ServiceContextImpl context) |
| Modifier and Type | Method and Description |
|---|---|
Locator[] |
MediaSelectControlImpl.getCurrentSelection()
Reports the components of the current selection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaSelectControlImpl.add(Locator component)
Adds a service component (for example, sub-titles) to the
presentation.
|
void |
MediaSelectControlImpl.remove(Locator component)
Removes a service component from the presentation.
|
void |
MediaSelectControlImpl.replace(Locator fromComponent,
Locator toComponent) |
void |
MediaSelectControlImpl.select(Locator component)
Selects a new service component for presentation.
|
void |
MediaSelectControlImpl.select(Locator[] components)
Selects one or more service components for presentation.
|
| Modifier and Type | Method and Description |
|---|---|
static Locator |
InterfaceMapImpl.getLocator(InetAddress addr) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EncapIPStream.isIPStreamLocator(Locator loc) |
| Constructor and Description |
|---|
EncapIPStream(Locator loc) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SIEmulator.RemoveSIElement(long playTimeRel,
Locator locator) |
| Modifier and Type | Method and Description |
|---|---|
Locator |
TransportStreamImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
SIRequestImpl.getLocator() |
Locator |
ServiceImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
ServiceDetailsImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
ServiceDescriptionImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
ServiceComponentImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
ProgramEventImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
ProgramEventDescriptionImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
NetworkImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
BouquetImpl.getLocator()
Gets the complete Locator of this SI Element.
|
Locator |
ProgramScheduleImpl.getServiceLocator()
Reports the transport-dependent locator referencing the service to
which this
ProgramSchedule belongs. |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceListImpl.findService(Locator locator)
Reports the Service corresponding to the specified locator
if it is a member of this list.
|
Service |
SIManagerImpl.getService(Locator locator)
This method can be used to obtain a specific Service based on a
Locator.
|
boolean |
SIManagerImpl.hasPermission(Locator locator) |
void |
SIManagerImpl.registerInterest(Locator locator,
boolean active)
This method provides a hint to the SI Database that the application
would like to have as complete SI information as possible about the
specified SI element.
|
SIRequest |
TransportImpl.retrieveBouquet(Locator locator,
SIRequestor requestor)
Retrieves the specified
Bouquet from the collection. |
SIRequest |
TransportImpl.retrieveNetwork(Locator locator,
SIRequestor requestor)
Retrieves the specified
Network from the collection. |
SIRequest |
SIManagerImpl.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
This method can be used to retrieve a specific ProgramEvent based on a
Locator.
|
SIRequest |
ProgramScheduleImpl.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
Retrieves a program event matching the locator.
|
SIRequest |
SIManagerImpl.retrieveServiceDetails(Locator locator,
SIRequestor requestor)
This method can be used to retrieve specific ServiceDetails (meta-data
for a Service) based on a Locator.
|
SIRequest |
SIManagerImpl.retrieveSIElement(Locator locator,
SIRequestor requestor)
This method retrieves an SIElement corresponding to the specified
Locator.
|
SIRequest |
TransportImpl.retrieveTransportStream(Locator locator,
SIRequestor requestor)
Retrieves the specified
TransportStream from the collection. |
SIRequest |
TransportImpl.retrieveTransportStreams(Locator locator,
SIRequestor requestor)
Retrieves an array of
TransportStream objects
representing the transport streams carried in the specified
Network. |
| Constructor and Description |
|---|
SIRequestImpl(SIRequestor requestor,
Locator locator) |
SIRequestImpl(SIRequestor requestor,
Locator locator,
int requestKind) |
SIRequestImpl(SIRequestor requestor,
Locator locator,
int requestKind,
Object userData) |
SIRequestImpl(SIRequestor requestor,
Locator locator,
int requestKind,
Object[] userData) |
SIRequestImpl(SIRequestor requestor,
Locator locator,
int requestKind,
Object userData1,
Object userData2) |
| Modifier and Type | Method and Description |
|---|---|
Locator |
CarouselFile.getLocator()
Returns a
Locator identifying this
CarouselFile. |
| Constructor and Description |
|---|
CarouselFile(Locator locator)
Creates a
CarouselFile instance that represents the file
referenced by the given Locator. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
abstract Locator[] |
LocatorFactory.transformLocator(Locator source)
Transforms a
Locator into its respective collection
of transport dependent Locator objects. |
| Constructor and Description |
|---|
InvalidLocatorException(Locator locator)
Constructs an
InvalidLocatorException with no
detail message. |
InvalidLocatorException(Locator locator,
String reason)
Constructs an
InvalidLocatorException with the
specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
Locator[] |
MediaSelectControl.getCurrentSelection()
Reports the components of the current selection.
|
Locator[] |
MediaSelectEvent.getSelection()
Reports the selection that caused this event.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static InetAddress |
InterfaceMap.getLocalAddress(Locator locator)
Reports the local IP address assigned to the given service
component.
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
SIElement.getLocator()
Reports the
Locator of this SIElement. |
Locator |
Service.getLocator()
Reports the
Locator of this Service. |
| Modifier and Type | Method and Description |
|---|---|
abstract Service |
SIManager.getService(Locator locator)
Provides the
Service identified 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. |
| Constructor and Description |
|---|
ReadPermission(Locator locator)
Creates a new ReadPermission object for the specified locator.
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
ProgramSchedule.getServiceLocator()
Reports the transport-dependent locator referencing the service to
which this
ProgramSchedule belongs. |
| Modifier and Type | Method and Description |
|---|---|
SIRequest |
ProgramSchedule.retrieveProgramEvent(Locator locator,
SIRequestor requestor)
Retrieves a program event matching the locator.
|
| Modifier and Type | Method and Description |
|---|---|
Locator[] |
LocatorFilter.getFilterValue()
Reports the locators used to create this filter.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceList.findService(Locator locator)
Reports the
Service corresponding to the specified
locator if it is a member of this list. |
| Constructor and Description |
|---|
LocatorFilter(Locator[] locators)
Constructs the filter based on a set of locators.
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
InvalidServiceComponentException.getInvalidServiceComponent()
Reports the offending service components.
|
Locator[] |
ServiceContentHandler.getServiceContentLocators()
Reports the portions of the service on which this handler operates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContext.select(Locator[] components)
Selects content by specifying the parts of a service to be presented.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SIRequest |
BouquetCollection.retrieveBouquet(Locator locator,
SIRequestor requestor)
Retrieves the specified
Bouquet from the collection. |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
Locator
Locator that encapsulates an URL into an object
|
| Modifier and Type | Class and Description |
|---|---|
class |
DvbLocator
DVB Locator that encapsulates a DVB URL into an object
|
class |
DvbNetworkBoundLocator
DVB Locator that is bound to a network.
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
StoredApplicationService.getLocator()
Gets the locator for this stored application service.
|
| Modifier and Type | Method and Description |
|---|---|
Locator[] |
InternetClient.getServiceContentLocators()
Reports the portions of the service on which this handler operates.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DVBMediaSelectControl.add(Locator component,
StreamType type)
Adds a service component (for example, subtitles) to the presentation over-riding
the stream type signalled for the component.
|
void |
DVBMediaSelectControl.select(Locator[] components,
StreamType[] types)
Selects one or more service components for presentation over-riding the stream type signalled for
the component.
|
void |
DVBMediaSelectControl.select(Locator component,
StreamType type)
Selects a new service component for presentation over-riding the stream type signalled for the component.
|
void |
DVBMediaSelectControl.selectServiceMediaComponents(Locator l)
Selects for presentation the media service components from a service.
|
Copyright © 2012 code4tv.com. All Rights Reserved.