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

Packages that use edu.rice.cs.util.newjvm
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.util.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.
IntegratedMasterSlaveTest
          Test cases for the master/slave jvm control framework.
IntegratedMasterSlaveTest.MasterI
           
IntegratedMasterSlaveTest.MasterImpl
           
IntegratedMasterSlaveTest.SlaveI
           
MasterRemote
          The remote interface for a master JVM.
SlaveRemote
          The remote interface for a slave JVM.