Uses of Interface
org.apache.struts2.interceptor.exec.BackgroundProcess
Packages that use BackgroundProcess
Package
Description
Interceptor classes.
- 
Uses of BackgroundProcess in org.apache.struts2.interceptorMethods in org.apache.struts2.interceptor that return BackgroundProcessModifier and TypeMethodDescriptionprotected BackgroundProcessExecuteAndWaitInterceptor.getNewBackgroundProcess(String name, ActionInvocation actionInvocation, int threadPriority) Creates a new background processMethods in org.apache.struts2.interceptor with parameters of type BackgroundProcessModifier and TypeMethodDescriptionprotected voidExecuteAndWaitInterceptor.performInitialDelay(BackgroundProcess bp) Performs the initial delay.
- 
Uses of BackgroundProcess in org.apache.struts2.interceptor.execClasses in org.apache.struts2.interceptor.exec that implement BackgroundProcessModifier and TypeClassDescriptionclassBackground thread to be executed by the ExecuteAndWaitInterceptor.Methods in org.apache.struts2.interceptor.exec that return BackgroundProcess