org.objectweb.jac.aspects.gui.web
Class JacLocalServlet.ActionThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.objectweb.jac.aspects.gui.web.JacLocalServlet.ActionThread
All Implemented Interfaces:
Runnable
Enclosing class:
JacLocalServlet

public class JacLocalServlet.ActionThread
extends Thread


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
JacLocalServlet.ActionThread(WebDisplay display, String sid, String guiID, CustomizedGUI cgui, JacRequest request, HttpServletResponse response, String event, View dest)
           
 
Method Summary
 void cleanup()
          Cleanup instance variables so that no views are kept i memory
 void handleAction()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JacLocalServlet.ActionThread

public JacLocalServlet.ActionThread(WebDisplay display,
                                    String sid,
                                    String guiID,
                                    CustomizedGUI cgui,
                                    JacRequest request,
                                    HttpServletResponse response,
                                    String event,
                                    View dest)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread

cleanup

public void cleanup()
Cleanup instance variables so that no views are kept i memory


handleAction

public void handleAction()