Uses of Package
edu.rice.cs.util.newjvm

Packages that use edu.rice.cs.util.newjvm
edu.rice.cs.drjava.model.repl.newjvm Manages the creation and invocation of the separate JVM used by the interactions pane. 
edu.rice.cs.util.newjvm This package is a system to allow the invocation and control of a new Java virtual machine. 
 

Classes in edu.rice.cs.util.newjvm used by edu.rice.cs.drjava.model.repl.newjvm
AbstractMasterJVM
          An abstract class implementing the logic to invoke and control, via RMI, a second Java virtual machine.
AbstractSlaveJVM
          A partial implementation of a SlaveRemote that provides the quit functionality and that also periodically checks if the master is still alive and automatically quits if not.
MasterRemote
          The remote interface for a master JVM.
SlaveRemote
          The remote interface for a slave JVM.
 

Classes in edu.rice.cs.util.newjvm used by edu.rice.cs.util.newjvm
AbstractSlaveJVM
          A partial implementation of a SlaveRemote that provides the quit functionality and that also periodically checks if the master is still alive and automatically quits if not.
IntegratedMasterSlaveTest.CounterSlave
          The slave will exit with error codes in the case of problems, since there is no other thing it can do! 1MasterRemote class cast exception. 2Incorect value from getLetter 3RemoteException caught 4Timeout waiting for master JVM to call 5Interrupted while waiting for master JVM to call
IntegratedMasterSlaveTest.TestSlaveRemote
           
MasterRemote
          The remote interface for a master JVM.
SlaveRemote
          The remote interface for a slave JVM.