public class AsyncEntry extends Entry
| Modifier and Type | Field and Description |
|---|---|
protected ProcessorSlot<Object> |
chain |
protected Entry |
child |
protected Context |
context |
protected Entry |
parent |
resourceWrapper| Modifier and Type | Method and Description |
|---|---|
protected void |
clearEntryContext() |
void |
exit(int count,
Object... args)
Exit this entry.
|
protected void |
exitForContext(Context context,
int count,
Object... args) |
Context |
getAsyncContext() |
Node |
getLastNode()
|
protected Entry |
trueExit(int count,
Object... args)
Exit this entry.
|
close, exit, exit, getCreateTime, getCurNode, getError, getOriginNode, getResourceWrapper, setCurNode, setError, setOriginNodeprotected Entry parent
protected Entry child
protected ProcessorSlot<Object> chain
protected Context context
public Context getAsyncContext()
protected void clearEntryContext()
protected Entry trueExit(int count, Object... args) throws ErrorEntryFreeException
Entrycount - tokens to release.args - extra parametersErrorEntryFreeExceptionpublic void exit(int count,
Object... args)
throws ErrorEntryFreeException
Entryexit in class Entrycount - tokens to release.args - extra parametersErrorEntryFreeExceptionprotected void exitForContext(Context context, int count, Object... args) throws ErrorEntryFreeException
ErrorEntryFreeExceptionpublic Node getLastNode()
EntrygetLastNode in class EntryCopyright © 2019 Alibaba Group. All rights reserved.