Uses of Interface
jist.runtime.RemoteJist.JistClientRemote

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

Uses of RemoteJist.JistClientRemote in jist.runtime
 

Classes in jist.runtime that implement RemoteJist.JistClientRemote
static class RemoteJist.JistClient
          Remote JiST client RMI "server".
static class RemoteJist.JistClientLocal
          Local JiST client.
 

Fields in jist.runtime declared as RemoteJist.JistClientRemote
 RemoteJist.JistClientRemote RemoteJist.Job.client
          remote simulation client.
 

Methods in jist.runtime with parameters of type RemoteJist.JistClientRemote
static void Main.runSimulation(Main.CommandLineOptions options, java.util.Properties properties, RemoteJist.JistClientRemote remote, java.io.PrintStream serverOut, RemoteJist.PingRemote ping)
          Run a single simulation with given command-line options.
static void Main.runSimulationRedirect(Main.CommandLineOptions options, java.util.Properties properties, RemoteJist.JistClientRemote remote)
          Redirect output streams and run simulation.