Uses of Interface
jist.runtime.RemoteJist.JobQueueServerRemote

Packages that use RemoteJist.JobQueueServerRemote
jist.runtime Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. 
 

Uses of RemoteJist.JobQueueServerRemote in jist.runtime
 

Classes in jist.runtime that implement RemoteJist.JobQueueServerRemote
static class RemoteJist.JobQueueServer
          Job queue server.
 

Methods in jist.runtime that return RemoteJist.JobQueueServerRemote
static RemoteJist.JobQueueServerRemote RemoteJist.JobQueueServer.getRemote(Node n)
          Return stub of remote job queue server.
 

Methods in jist.runtime with parameters of type RemoteJist.JobQueueServerRemote
static void Main.jobPump(RemoteJist.JobQueueServerRemote jqs)
          Dequeue and process jobs from queue.
static java.lang.Thread Main.startDisplayThread(RemoteJist.JobQueueServerRemote jqs)
          Start server display thread to report simulation status to server queue.