Interface BackgroundProcess
- All Superinterfaces:
- Runnable
- All Known Implementing Classes:
- StrutsBackgroundProcess
Interface used to create a background process which will be executed by
 
ExecuteAndWaitInterceptor- 
Method Details- 
prepareBackgroundProcess prepare()
- 
getActionObject getAction()
- 
getInvocationActionInvocation getInvocation()
- 
getResultString getResult()
- 
getExceptionException getException()
- 
isDoneboolean isDone()
 
-