public class TaskInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
action
The action to perform.
|
protected java.lang.Object |
result
The result.
|
protected java.lang.Thread |
thread
The asking thread.
|
Constructor and Description |
---|
TaskInfo(java.lang.Object action)
Create a new task.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAction()
Get the action.
|
java.lang.Object |
getResult()
Get the result.
|
java.lang.Thread |
getThread()
Get the thread.
|
void |
setResult(java.lang.Object result)
Set the result.
|
protected java.lang.Object action
protected java.lang.Thread thread
protected java.lang.Object result
public java.lang.Object getAction()
public java.lang.Thread getThread()
public java.lang.Object getResult()
public void setResult(java.lang.Object result)
result
- The result.