Uses of Class
com.opensymphony.webwork.interceptor.BackgroundProcess

Packages that use BackgroundProcess
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
 

Uses of BackgroundProcess in com.opensymphony.webwork.interceptor
 

Methods in com.opensymphony.webwork.interceptor that return BackgroundProcess
protected  BackgroundProcess ExecuteAndWaitInterceptor.getNewBackgroundProcess(String name, ActionInvocation actionInvocation, int threadPriority)
           
 

Methods in com.opensymphony.webwork.interceptor with parameters of type BackgroundProcess
protected  void ExecuteAndWaitInterceptor.performInitialDelay(BackgroundProcess bp)
          Performs the initial delay.
 


WebWork Project Page