| Package | Description |
|---|---|
| com.sun.tv | |
| com.sun.tv.si | |
| javax.tv.service | |
| javax.tv.service.guide | |
| javax.tv.service.navigation | |
| javax.tv.service.selection | |
| org.dvb.application.storage | |
| org.dvb.internet |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceContextImpl.getService()
Reports the
Service being presented in this
ServiceContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContextImpl.select(Service selection)
Selects a service to be presented in this
ServiceContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceImpl |
| 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 |
ServiceDetailsImpl.getService()
Returns the Service this ServiceDetailsImpl object is associated with.
|
Service |
ServiceComponentImpl.getService()
Provides the Service to which this ServiceComponentImpl belongs.
|
Service |
ProgramEventImpl.getService()
Returns the Service this program event is associated with.
|
Service |
ServiceListImpl.getService(int index)
Reports the service at the specified index position.
|
Service |
SIManagerImpl.getService(Locator locator)
This method can be used to obtain a specific Service based on a
Locator.
|
Service |
ServiceIteratorImpl.nextService()
Reports the next
Service object in the list. |
Service |
ServiceIteratorImpl.previousService()
Reports the previous
Service object in the list. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceListImpl.contains(Service service)
Tests if the indicated
Service object is contained
in the list. |
int |
ServiceListImpl.indexOf(Service service)
Reports the position of the first occurrence of the
indicated
Service object in the list. |
| Constructor and Description |
|---|
ProgramScheduleImpl(Service service) |
ServiceComponentImpl(String name,
String language,
StreamType streamType,
Service service,
ProgramEvent program,
ServiceInformationType siType,
boolean autorun,
Date updatedTime) |
ServiceDescriptionImpl(Service serviceImpl,
String serviceName,
String description,
Date updatedTime) |
ServiceListImpl(Service[] list) |
| Modifier and Type | Method and Description |
|---|---|
abstract Service |
SIManager.getService(Locator locator)
Provides the
Service identified by a given
locator. |
| Modifier and Type | Method and Description |
|---|---|
Service |
ProgramEvent.getService()
Reports the
Service this program event is associated with. |
| 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. |
Service |
ServiceDetails.getService()
Returns the
Service this ServiceDetails
object is associated with. |
Service |
ServiceComponent.getService()
Provides the
Service object to which this
ServiceComponent belongs. |
Service |
ServiceList.getService(int index)
Reports the
Service at the specified index position. |
Service |
ServiceIterator.nextService()
Reports the next
Service object in the list. |
Service |
ServiceIterator.previousService()
Reports the previous
Service object in the list. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SIElementFilter.accept(Service service)
Tests if the given service passes the filter.
|
boolean |
ServiceTypeFilter.accept(Service service)
Tests if the given service passes the filter.
|
abstract boolean |
ServiceFilter.accept(Service service)
Tests if a particular service passes this filter.
|
boolean |
PreferenceFilter.accept(Service service)
Tests if the given service passes the filter.
|
boolean |
LocatorFilter.accept(Service service)
Tests if the given service passes the filter.
|
boolean |
ServiceList.contains(Service service)
Tests if the indicated
Service object is contained
in the list. |
int |
ServiceList.indexOf(Service service)
Reports the position of the first occurrence of the
indicated
Service object in the list. |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceContext.getService()
Reports the
Service being presented in this
ServiceContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContext.select(Service selection)
Selects a service to be presented in this
ServiceContext. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StoredApplicationService
Defines the information about a stored application service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmailClientService
Service representing the resident email client
|
interface |
InternetClientService
The base class for the interface to resident applications that
are supported by the internet access profile.
|
interface |
UsenetClientService
Service representing the resident usenet news client
|
interface |
WWWBrowserService
Service representing a resident WWW browser
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InternetServiceFilter.accept(Service service)
Tests if a particular service represents an internet client of
the type specified in the constructor of this instance.
|
Copyright © 2012 code4tv.com. All Rights Reserved.