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

Packages that use AbstractMasterJVM.State
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.State in edu.rice.cs.util.newjvm
 

Fields in edu.rice.cs.util.newjvm with type parameters of type AbstractMasterJVM.State
private  StateMonitor<AbstractMasterJVM.State> AbstractMasterJVM._monitor
           
 

Methods in edu.rice.cs.util.newjvm that return AbstractMasterJVM.State
static AbstractMasterJVM.State AbstractMasterJVM.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractMasterJVM.State[] AbstractMasterJVM.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.rice.cs.util.newjvm with parameters of type AbstractMasterJVM.State
private  void AbstractMasterJVM.transition(AbstractMasterJVM.State from, AbstractMasterJVM.State to)
          Make a thread-safe state transition.