| 
 | ||||||||||
| 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 | callerCaller event information. | 
|  java.lang.Throwable | exceptionReturn exception of the blocking call. | 
|  java.lang.Object | resultReturning result of the blocking call. | 
|  Event.ContinuationFrame | stateState 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 | |||||||||