|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event.Continuation | |
|---|---|
| jist.runtime | Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. |
| Uses of Event.Continuation in jist.runtime |
|---|
| Fields in jist.runtime declared as Event.Continuation | |
|---|---|
Event.Continuation |
Event.cont
Any event continuation information. |
| Methods in jist.runtime that return Event.Continuation | |
|---|---|
Event.Continuation |
Pool.ContinuationPool.get()
Return a Continuation from pool, or create new one if pool empty. |
| Methods in jist.runtime with parameters of type Event.Continuation | |
|---|---|
void |
Pool.ContinuationPool.put(Event.Continuation cont)
Place a free (otherwise unused) Continuation object back in the pool, if there is space. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||