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
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 |
JacLocalServlet.ActionThread
public JacLocalServlet.ActionThread(WebDisplay display,
String sid,
String guiID,
CustomizedGUI cgui,
JacRequest request,
HttpServletResponse response,
String event,
View dest)
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()