edu.rice.cs.util.newjvm
Class AbstractMasterJVM.SlaveFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_className
private final String _className
AbstractMasterJVM.SlaveFactory
public AbstractMasterJVM.SlaveFactory(String className)
value
public AbstractSlaveJVM value()
- Specified by:
value in interface Thunk<AbstractSlaveJVM>