|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.apache.struts2.interceptor.BackgroundProcess
public class BackgroundProcess
Background thread to be executed by the ExecuteAndWaitInterceptor.
构造方法摘要 | |
---|---|
BackgroundProcess(String threadName,
com.opensymphony.xwork2.ActionInvocation invocation,
int threadPriority)
Constructs a background process |
方法摘要 | |
---|---|
Object |
getAction()
Retrieves the action. |
Exception |
getException()
Gets the exception if any was thrown during the execution of the background process. |
com.opensymphony.xwork2.ActionInvocation |
getInvocation()
Retrieves the action invocation. |
String |
getResult()
Gets the result of the background process. |
boolean |
isDone()
Returns the status of the background process. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public BackgroundProcess(String threadName, com.opensymphony.xwork2.ActionInvocation invocation, int threadPriority)
threadName
- The thread nameinvocation
- The action invocationthreadPriority
- The thread priority方法详细信息 |
---|
public Object getAction()
public com.opensymphony.xwork2.ActionInvocation getInvocation()
public String getResult()
public Exception getException()
public boolean isDone()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |