| |
|
| java.lang.Object com.sun.xlet.XletManager
syncObject | final Object syncObject(Code) | | Call SunToolkit to create a dedicated EventQueue
for the caller Xlet. Guarantees that AppContext
is created by the the the method returns.
Parameters: ThreadGroup - which the xlet's lifecycle threadis running within |
createXlet | public static XletLifecycleHandler createXlet(String mainClass) throws IOException(Code) | | Entry point for XletManager.
Instanciates the xlet class in the current dir.
Returns the handler to control this xlet's lifecycle.
Parameters: mainClass - the xlet class name. |
createXlet | public static XletLifecycleHandler createXlet(String mainClass, String[] paths, String[] args) throws IOException(Code) | | Entry point for XletManager.
Returns the handler to control this xlet's lifecycle.
Parameters: mainClass - the xlet class name. Parameters: path - array of url-formed strings or file paths to findthe xlet class. Parameters: args - the runtime arguments given to the xlet(accessed by XletContext.getXletProperty(ARGS)) |
getState | public int getState()(Code) | | |
getXletClassLoader | static ClassLoader getXletClassLoader(XletContext context)(Code) | | Look up the XletContext-Xlet hashtable (activeContexts) and
return the classloader for the xlet based on the XletContext passed in.
For XletContext.getClassLoader() impl.
|
getXletState | public XletState getXletState()(Code) | | |
handleRequest | public void handleRequest(XletState desiredState)(Code) | | |
manageLifecycle | void manageLifecycle()(Code) | | |
postDestroyXlet | public void postDestroyXlet(boolean unconditional)(Code) | | |
postInitXlet | public void postInitXlet()(Code) | | |
postPauseXlet | public void postPauseXlet()(Code) | | |
postStartXlet | public void postStartXlet()(Code) | | |
setState | public void setState(XletState state)(Code) | | |
|
|
|