|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.ContextTask
public abstract class ContextTask
Task, which will be executed by Context, when
Context.execute(ContextTask) is called.
| Field Summary | |
|---|---|
protected Context |
context
|
| Constructor Summary | |
|---|---|
ContextTask()
|
|
| Method Summary | |
|---|---|
Context |
getContext()
|
void |
recycle()
|
void |
run()
|
void |
setContext(Context context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.concurrent.Callable |
|---|
call |
| Field Detail |
|---|
protected Context context
| Constructor Detail |
|---|
public ContextTask()
| Method Detail |
|---|
public Context getContext()
public void setContext(Context context)
public void recycle()
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||