|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Controller | |
|---|---|
| jist.runtime | Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. |
| Uses of Controller in jist.runtime |
|---|
| Fields in jist.runtime declared as Controller | |
|---|---|
static Controller |
Controller.activeController
Active controller, iff controllerCount==1. |
| Methods in jist.runtime that return Controller | |
|---|---|
static Controller |
Controller.getActiveController()
Return active controller instance. |
static Controller |
Controller.newController(java.lang.ClassLoader loader)
Create and initialize a new Controller instance. |
| Methods in jist.runtime with parameters of type Controller | |
|---|---|
static void |
Bootstrap.create(int type,
Controller controller,
java.lang.String name,
java.lang.String[] args,
java.lang.Object properties)
Create and enqueue a bootstrap event. |
static java.lang.Thread |
Main.startClientPingThread(RemoteJist.PingRemote ping,
Controller controller)
Initiate a server thread to ping client, and abort simulation if client dies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||