Uses of Class
jist.runtime.RemoteJist.Job

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

Uses of RemoteJist.Job in jist.runtime
 

Methods in jist.runtime that return RemoteJist.Job
 RemoteJist.Job RemoteJist.JobQueueServerRemote.getJob(long maxMem)
          Return next job from queue, or null if queue is empty.
 RemoteJist.Job RemoteJist.JobQueueServer.getJob(long maxMem)
          Return next job from queue, or null if queue is empty.
 

Methods in jist.runtime with parameters of type RemoteJist.Job
 void RemoteJist.JobQueueServerRemote.addJob(RemoteJist.Job job, boolean front)
          Add job to queue.
 void RemoteJist.JobQueueServer.addJob(RemoteJist.Job job, boolean front)
          Add job to queue.