org.objectweb.proactive.calcium
Class MultiThreadedManager

java.lang.Object
  extended by org.objectweb.proactive.calcium.ResourceManager
      extended by org.objectweb.proactive.calcium.MultiThreadedManager
Type Parameters:
T -

public class MultiThreadedManager
extends ResourceManager

Example of a manager that uses threads to execute the skeleton program.

Author:
The ProActive Team (mleyton)

Nested Class Summary
protected  class MultiThreadedManager.CallableInterpreter
          Callable class for invoking the interpret method in a new thread (processor).
 
Field Summary
 
Fields inherited from class org.objectweb.proactive.calcium.ResourceManager
DEFAULT_GET_READY_TASK_TIMEOUT, logger
 
Constructor Summary
MultiThreadedManager(int numThreads)
           
 
Method Summary
 Skernel boot(Skernel skernel)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiThreadedManager

public MultiThreadedManager(int numThreads)
Method Detail

boot

public Skernel boot(Skernel skernel)
Specified by:
boot in class ResourceManager

shutdown

public void shutdown()
Specified by:
shutdown in class ResourceManager


Copyright 2001-2007 INRIA All Rights Reserved.