org.ow2.jonas.webapp.jonasadmin.deploy
Class ApplyDomainDeployConfirmAction.DeployThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.ow2.jonas.webapp.jonasadmin.deploy.ApplyDomainDeployConfirmAction.DeployThread
All Implemented Interfaces:
Runnable
Enclosing class:
ApplyDomainDeployConfirmAction

protected class ApplyDomainDeployConfirmAction.DeployThread
extends Thread

A custom thread class used for doing the deployment operations.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
protected  org.apache.struts.action.ActionForm p_Form
           
protected  org.apache.struts.action.ActionMapping p_Mapping
           
protected  HttpServletRequest p_Request
           
protected  HttpServletResponse p_Response
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ApplyDomainDeployConfirmAction.DeployThread(org.apache.struts.action.ActionMapping p_Mapping, org.apache.struts.action.ActionForm p_Form, HttpServletRequest p_Request, HttpServletResponse p_Response)
           
 
Method Summary
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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
 

Field Detail

p_Mapping

protected org.apache.struts.action.ActionMapping p_Mapping

p_Form

protected org.apache.struts.action.ActionForm p_Form

p_Request

protected HttpServletRequest p_Request

p_Response

protected HttpServletResponse p_Response
Constructor Detail

ApplyDomainDeployConfirmAction.DeployThread

public ApplyDomainDeployConfirmAction.DeployThread(org.apache.struts.action.ActionMapping p_Mapping,
                                                   org.apache.struts.action.ActionForm p_Form,
                                                   HttpServletRequest p_Request,
                                                   HttpServletResponse p_Response)


Copyright © 2010 OW2 Consortium. All Rights Reserved.