|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjist.runtime.Event.Continuation
public static class Event.Continuation
Stores a continuation information for blocking event calls.
| Field Summary | |
|---|---|
Event |
caller
Caller event information. |
java.lang.Throwable |
exception
Return exception of the blocking call. |
java.lang.Object |
result
Returning result of the blocking call. |
Event.ContinuationFrame |
state
State of the event execution before blocking call. |
| Constructor Summary | |
|---|---|
Event.Continuation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Return string representation of Contination information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Event.ContinuationFrame state
public java.lang.Object result
public java.lang.Throwable exception
public Event caller
| Constructor Detail |
|---|
public Event.Continuation()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||