org.objectweb.proactive.calcium.skeletons
Class Farm<T>

java.lang.Object
  extended by org.objectweb.proactive.calcium.skeletons.Farm<T>
All Implemented Interfaces:
java.io.Serializable, Skeleton<T>

public class Farm<T>
extends java.lang.Object
implements Skeleton<T>

This class provides Farm parallelism (also known as Master/Slave). A task will execute the child skeleton.

Author:
The ProActive Team (mleyton)
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.objectweb.proactive.calcium.interfaces.Skeleton
logger
 
Constructor Summary
Farm(Skeleton<T> child)
           
 
Method Summary
 java.util.Vector<Instruction<T>> getInstructionStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Farm

public Farm(Skeleton<T> child)
Method Detail

getInstructionStack

public java.util.Vector<Instruction<T>> getInstructionStack()
Specified by:
getInstructionStack in interface Skeleton<T>


Copyright 2001-2007 INRIA All Rights Reserved.