| Package | Description |
|---|---|
| com.sun.tv | |
| javax.tv.service.selection | |
| org.dvb.service.selection |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceContextImpl
A
ServiceContext represents an environment in which
services are presented in a broadcast receiver. |
| Modifier and Type | Method and Description |
|---|---|
ServiceContext |
ServiceContextFactoryImpl.createServiceContext()
Creates a
ServiceContext object. |
ServiceContext |
AppSignalEvent.getServiceContext() |
ServiceContext |
ServiceContextFactoryImpl.getServiceContext(XletContext ctx)
Reports the
ServiceContext in which the
Xlet corresponding to the specified
XletContext is running. |
ServiceContext[] |
ServiceContextFactoryImpl.getServiceContexts()
Provides the
ServiceContext instances to which the
caller of the method is permitted access. |
| Constructor and Description |
|---|
AppSignalEvent(Object source,
byte controlCode,
String baseDir,
String className,
String id,
ServiceContext context,
String[] args) |
XletContextImpl(XletManager xletMgr,
Xlet xlet,
ServiceContext context,
String[] args) |
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceContext |
ServiceContextFactory.createServiceContext()
Creates a
ServiceContext object. |
ServiceContext |
ServiceContextEvent.getServiceContext()
Reports the
ServiceContext that generated the event. |
abstract ServiceContext |
ServiceContextFactory.getServiceContext(XletContext ctx)
Reports the
ServiceContext in which the
Xlet corresponding to the specified
XletContext is running. |
abstract ServiceContext[] |
ServiceContextFactory.getServiceContexts()
Provides the
ServiceContext instances to which the
caller of the method is permitted access. |
| Constructor and Description |
|---|
AlternativeContentEvent(ServiceContext source)
Constructs the event.
|
NormalContentEvent(ServiceContext source)
Constructs the event.
|
PresentationChangedEvent(ServiceContext source)
Constructs the event.
|
PresentationTerminatedEvent(ServiceContext source,
int reason)
Constructs the event with a reason code.
|
SelectionFailedEvent(ServiceContext source,
int reason)
Constructs the event with a reason code.
|
ServiceContextDestroyedEvent(ServiceContext source)
Constructs the event.
|
ServiceContextEvent(ServiceContext source)
Constructs the event.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DvbServiceContext
An extension to ServiceContext permitting the discovery of the
network interface (if any) being used by a service context.
|
Copyright © 2012 code4tv.com. All Rights Reserved.