edu.rice.cs.util.newjvm
Class AbstractMasterJVM.SlaveFactory

java.lang.Object
  extended by edu.rice.cs.util.newjvm.AbstractMasterJVM.SlaveFactory
All Implemented Interfaces:
Thunk<AbstractSlaveJVM>, Serializable
Enclosing class:
AbstractMasterJVM

private static class AbstractMasterJVM.SlaveFactory
extends Object
implements Thunk<AbstractSlaveJVM>, Serializable

Loads an instance of the given AbstractSlaveJVM class. Invoked in the slave JVM.


Field Summary
private  String _className
           
 
Constructor Summary
AbstractMasterJVM.SlaveFactory(String className)
           
 
Method Summary
 AbstractSlaveJVM value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_className

private final String _className
Constructor Detail

AbstractMasterJVM.SlaveFactory

public AbstractMasterJVM.SlaveFactory(String className)
Method Detail

value

public AbstractSlaveJVM value()
Specified by:
value in interface Thunk<AbstractSlaveJVM>