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>, java.io.Serializable
Enclosing class:
AbstractMasterJVM

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

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


Field Summary
private  java.lang.String _className
           
 
Constructor Summary
AbstractMasterJVM.SlaveFactory(java.lang.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 java.lang.String _className
Constructor Detail

AbstractMasterJVM.SlaveFactory

public AbstractMasterJVM.SlaveFactory(java.lang.String className)
Method Detail

value

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