|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| jist.runtime | Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. |
| Uses of Node in jist.runtime |
|---|
| Fields in jist.runtime declared as Node | |
|---|---|
Node |
Main.CommandLineOptions.proxy
rmi proxy point. |
Node |
Main.CommandLineOptions.remote
remote server job queue. |
| Methods in jist.runtime that return Node | |
|---|---|
static Node |
Node.parse(java.lang.String s)
Parse String (host:port) into a Node. |
static Node |
Node.parse(java.lang.String s,
int defaultPort)
Parse string (host:port) into a Node, using the default port if the string does not contain a port. |
| Methods in jist.runtime with parameters of type Node | |
|---|---|
static RemoteJist.JobQueueServerRemote |
RemoteJist.JobQueueServer.getRemote(Node n)
Return stub of remote job queue server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||