public class XletProxy extends Object
SCCS VERSION: 99/10/04 @(#)XletProxy.java 1.6
| 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 |
|---|---|
XletRunnable |
getActionThread()
Returns a reference to the Xlet action runnable (XletRunnable)
for the Xlet.
|
ClassLoader |
getClassLoader()
Returns a reference to the ClassLoader for the Xlet.
|
com.sun.tv.Holder |
getReqHolder()
Returns a reference to the Xlet action command request holder --
reqHolder for the Xlet.
|
com.sun.tv.Holder |
getResultHolder()
Returns a reference to the Xlet action command result holder --
resultHolder for the Xlet.
|
ThreadGroup |
getThreadGroup()
Returns a reference to the ThreadGroup.
|
Xlet |
getXlet()
Returns a reference to the Xlet refered to by this Proxy object.
|
XletContext |
getXletContext()
Returns a reference to the XletContext for the Xlet
|
XletManager |
getXletManager()
Returns a reference to the XletManager for the Xlet.
|
public XletProxy(ClassLoader loader, XletManager mgr, XletContext ctx, ThreadGroup tg, XletRunnable execT, com.sun.tv.Holder reqHolder, com.sun.tv.Holder resultHolder, Xlet app)
loader - The ClassLoader used to load the Xlet.mgr - The XletManager used to manage the Xlet.ctx - The XletContext passed to the Xlet.tg - The ThreadGroup used to manage the Xlet.reqHolder - The object Holder used to hold requests for execXlet
thread.resultqHolder - The object Holder used to hold results for execXlet
thread.execT - The XletRunnable used to exec Xlet commands.app - The Xletpublic Xlet getXlet()
public XletContext getXletContext()
public ThreadGroup getThreadGroup()
public ClassLoader getClassLoader()
public XletManager getXletManager()
public com.sun.tv.Holder getReqHolder()
public com.sun.tv.Holder getResultHolder()
public XletRunnable getActionThread()
Copyright © 2012 code4tv.com. All Rights Reserved.