| Package | Description |
|---|---|
| com.sun.tv | |
| org.dvb.application.plugins |
| Modifier and Type | Method and Description |
|---|---|
Xlet |
XletProxy.getXlet()
Returns a reference to the Xlet refered to by this Proxy object.
|
Xlet |
XletManager.signalReceived(AppSignalEvent sigEvent)
This is called when XletManager receive a an Xlet related signal.
|
Xlet |
AppSignalEventListener.signalReceived(AppSignalEvent evt)
Called when a new application signal event is created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XletManager.changeXletState(Xlet xlet,
int newState)
Change Xlet state in XletManager
Change the xlet's state in XletManager's state maintainance table.
|
void |
XletManager.cleanupXlet(Xlet myXlet)
Cleanup Xlet in XletManager.
|
XletState |
XletManager.getXletState(Xlet xlet) |
| Constructor and Description |
|---|
XletContextImpl(XletManager xletMgr,
Xlet xlet,
ServiceContext context,
String[] args) |
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 |
|---|---|
Xlet |
Plugin.initApplication(AppAttributes app)
Request the plug-in to prepare for executing an instance of an
application in a format which it supports.
|
Xlet |
Plugin.initApplication(InnerApplication app)
Request the plug-in to prepare for executing an instance of an application in a format
which it supports.If the application cannot be prepared then null shall be returned.
|
Copyright © 2012 code4tv.com. All Rights Reserved.