jist.runtime
Class RemoteJist

java.lang.Object
  extended by jist.runtime.RemoteJist

public class RemoteJist
extends java.lang.Object

All the JiST client-server related remote classes.

Since:
JIST1.0
Version:
$Id: RemoteJist.java,v 1.18 2004/04/06 16:07:43 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Nested Class Summary
static class RemoteJist.JistClient
          Remote JiST client RMI "server".
static class RemoteJist.JistClientLocal
          Local JiST client.
static interface RemoteJist.JistClientRemote
          Remote JiST client interface.
static class RemoteJist.Job
          A simulation job.
static class RemoteJist.JobQueueServer
          Job queue server.
static interface RemoteJist.JobQueueServerRemote
          Remote job queue server interface.
static class RemoteJist.Ping
          Ping server.
static interface RemoteJist.PingRemote
          Remote ping interface.
static class RemoteJist.RemoteClassLoader
          An RMI-based remote class loader.
static class RemoteJist.RemoteRepository
          An RMI-based remote BCEL repository.
static interface RemoteJist.ResourceFinderRemote
          Remote resource finder interface.
 
Constructor Summary
RemoteJist()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteJist

public RemoteJist()