|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event.ContinuationFrame | |
---|---|
jist.runtime | Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. |
Uses of Event.ContinuationFrame in jist.runtime |
---|
Fields in jist.runtime declared as Event.ContinuationFrame | |
---|---|
static Event.ContinuationFrame |
Event.ContinuationFrame.BASE
frame at bottom of stack . |
Event.ContinuationFrame |
Controller.callbackState
Incoming callback state for returning (blocking) call event. |
Event.ContinuationFrame |
Controller.callState
Outgoing callback state for (blocking) call event. |
Event.ContinuationFrame |
Event.ContinuationFrame.next
pointer to next stack frame. |
Event.ContinuationFrame |
Event.Continuation.state
State of the event execution before blocking call. |
Methods in jist.runtime that return Event.ContinuationFrame | |
---|---|
static Event.ContinuationFrame |
Controller.popStateInFrame()
Pop a frame from the incoming execution stack. |
Methods in jist.runtime with parameters of type Event.ContinuationFrame | |
---|---|
static void |
Controller.pushStateOutFrame(Event.ContinuationFrame f)
Push a frame onto the outgoing execution stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |