Uses of Interface
edu.rice.cs.util.newjvm.MasterRemote

Packages that use MasterRemote
edu.rice.cs.util.newjvm This package is a system to allow the invocation and control of a new Java virtual machine. 
 

Uses of MasterRemote in edu.rice.cs.util.newjvm
 

Subinterfaces of MasterRemote in edu.rice.cs.util.newjvm
static interface IntegratedMasterSlaveTest.MasterI
           
 

Classes in edu.rice.cs.util.newjvm that implement MasterRemote
 class AbstractMasterJVM
          An abstract class implementing the logic to invoke and control, via RMI, a second Java virtual machine.
private  class IntegratedMasterSlaveTest.MasterImpl
           
 

Methods in edu.rice.cs.util.newjvm with parameters of type MasterRemote
 void AbstractSlaveJVM.start(MasterRemote master)
          Starts background thread to periodically poll the master JVM and automatically quit if it's dead.
protected abstract  void AbstractSlaveJVM.handleStart(MasterRemote master)
           
protected  void IntegratedMasterSlaveTest.CounterSlave.handleStart(MasterRemote m)
           
 void SlaveRemote.start(MasterRemote master)
          This method is called when the slave JVM is initialized.