Uses of Interface
jist.runtime.RemoteJist.PingRemote

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

Uses of RemoteJist.PingRemote in jist.runtime
 

Subinterfaces of RemoteJist.PingRemote in jist.runtime
static interface RemoteJist.JistClientRemote
          Remote JiST client interface.
 

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

Methods in jist.runtime with parameters of type RemoteJist.PingRemote
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 java.lang.Thread Main.startClientPingThread(RemoteJist.PingRemote ping, Controller controller)
          Initiate a server thread to ping client, and abort simulation if client dies.