| Package | Description |
|---|---|
| com.sun.tv | |
| javax.tv.graphics | |
| javax.tv.service.selection | |
| javax.tv.xlet | |
| org.dvb.application.plugins | |
| org.dvb.io.ixc | |
| org.dvb.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
XletContextImpl
XletContext is used for xlet to communicate back to XletManager.
|
| Modifier and Type | Method and Description |
|---|---|
XletContext |
XletProxy.getXletContext()
Returns a reference to the XletContext for the Xlet
|
| Modifier and Type | Method and Description |
|---|---|
ServiceContext |
ServiceContextFactoryImpl.getServiceContext(XletContext ctx)
Reports the
ServiceContext in which the
Xlet corresponding to the specified
XletContext is running. |
| Constructor and Description |
|---|
XletProxy(ClassLoader loader,
XletManager mgr,
XletContext ctx,
ThreadGroup tg,
XletRunnable execT,
com.sun.tv.Holder reqHolder,
com.sun.tv.Holder resultHolder,
Xlet app)
The constructor for XletProxy.
|
| Modifier and Type | Method and Description |
|---|---|
static Container |
TVContainer.getRootContainer(XletContext ctx)
Get the parent container for an Xlet to put its AWT components
in, if the Xlet has a graphical representation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceContext |
ServiceContextFactory.getServiceContext(XletContext ctx)
Reports the
ServiceContext in which the
Xlet corresponding to the specified
XletContext is running. |
| Modifier and Type | Method and Description |
|---|---|
void |
Xlet.initXlet(XletContext ctx)
Signals the Xlet to initialize itself and enter the
Paused state.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Container |
XletSystemCall.getRootContainer(XletContext ctx)
Called when the Xlet calls
javax.tv.graphics.TVContainer.getRootContainer().
|
void |
XletSystemCall.register(Plugin p,
XletContext ctx)
Register this instance of XletSystemCall with the system.
|
void |
XletSystemCall.unregister(Plugin p,
XletContext ctx)
Unregister this instance of XletSystemCall with the system.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IxcRegistry.bind(XletContext xc,
String name,
Remote obj)
Exports an object under a given name in the namespace of
an Xlet.
|
static void |
IxcRegistry.bind(XletContext xc,
String name,
Remote obj,
int scope)
Exports an object under a given name in the namespace of
an Xlet.
|
static String[] |
IxcRegistry.list(XletContext xc)
Returns an array of string path objects available in the
registry.
|
static Remote |
IxcRegistry.lookup(XletContext xc,
String path)
Returns a remote object previously exported by an Xlet that
has not been destroyed.
|
static void |
IxcRegistry.rebind(XletContext xc,
String name,
Remote obj)
Rebind the name to a new object in the context of an Xlet;
replaces any existing binding.
|
static void |
IxcRegistry.rebind(XletContext xc,
String name,
Remote obj,
int scope)
Rebind the name to a new object in the context of an Xlet;
replaces any existing binding.
|
static void |
IxcRegistry.unbind(XletContext xc,
String name)
Unbind the name.
|
| Modifier and Type | Method and Description |
|---|---|
XletContext |
XletBoundProvider.getBoundXletContext()
A valid provider shall return a non-null value from at least
one of the get...XletContext methods.
|
Copyright © 2012 code4tv.com. All Rights Reserved.