Uses of Class
edu.rice.cs.util.newjvm.AbstractMasterJVM

Packages that use AbstractMasterJVM
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. 
 

Uses of AbstractMasterJVM in edu.rice.cs.drjava.model.repl.newjvm
 

Subclasses of AbstractMasterJVM in edu.rice.cs.drjava.model.repl.newjvm
 class MainJVM
          Manages a remote JVM.
private static class NewJVMTest.TestJVMExtension
           
 

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

Subclasses of AbstractMasterJVM in edu.rice.cs.util.newjvm
private static class IntegratedMasterSlaveTest.TestMasterJVM