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
-
prepare
BackgroundProcess prepare() -
getAction
Object getAction() -
getInvocation
ActionInvocation getInvocation() -
getResult
String getResult() -
getException
Exception getException() -
isDone
boolean isDone()
-