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