com.ibm.eNetwork.HOD.common.cached Interface LoadableAppletInterface

 PREV CLASS    NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD
All Known Subinterfaces:
WSLoadableAppletInterface
public interface LoadableAppletInterface

LoadableAppletInterface provides an optional mechanism to access the caching management of Z and I Emulator for Web specific libraries provided by the Z and I Emulator for Web server.

A custom applet, implementing this interface and launched via com.ibm.eNetwork.HOD.cached.appletloader.CachedAppletLoader in a Deployment Wizard derived HTML, can specify automatic caching management of the required Z and I Emulator for Web specific libraries.

In contrast the custom applet libraries themselves will be downloaded and temporarily cached in the browser.

Method Summary
 void init ()           Called by CachedAppletLoader to inform this LoadableAppletInterface instance that it has been loaded into the system.
 void setApplet (java.applet.Applet a)           Called by CachedAppletLoader to pass a reference to itself to this LoadableAppletInterface instance.
 void start ()           Called by CachedAppletLoader to inform this LoadableAppletInterface instance that it should start its execution.
 void stop ()           Called by CachedAppletLoader to inform this LoadableAppletInterface instance that it should stop its execution.

 

Method Detail

setApplet



public void 
setApplet(java.applet.Applet a)

start



public void 
start()

init



public void 
init()

stop



public void 
stop()

 PREV CLASS    NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD