wt.httpgw
Class WTContextBean.ServerContextHelper

java.lang.Object
  extended bywt.httpgw.WTContextBean.ServerContextHelper
All Implemented Interfaces:
AppletListener, EventListener, PropertyChangeListener
Enclosing class:
WTContextBean

static class WTContextBean.ServerContextHelper
extends Object
implements AppletListener, PropertyChangeListener


Field Summary
private  long methodContextId
           
private  WTContext wtContext
           
 
Fields inherited from interface wt.util.AppletListener
versionID
 
Constructor Summary
(package private) WTContextBean.ServerContextHelper()
           
 
Method Summary
(package private) static void activateServerContext(WTContextBean context_bean)
           
(package private) static void deactivateServerContext(WTContextBean context_bean)
           
 void destroy()
           
private static void freeMethodContext(MethodContext context)
           
 void propertyChange(PropertyChangeEvent evt)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodContextId

private long methodContextId

wtContext

private WTContext wtContext
Constructor Detail

WTContextBean.ServerContextHelper

WTContextBean.ServerContextHelper()
Method Detail

activateServerContext

static void activateServerContext(WTContextBean context_bean)

freeMethodContext

private static void freeMethodContext(MethodContext context)

deactivateServerContext

static void deactivateServerContext(WTContextBean context_bean)

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

start

public void start()
Specified by:
start in interface AppletListener

stop

public void stop()
Specified by:
stop in interface AppletListener

destroy

public void destroy()
Specified by:
destroy in interface AppletListener