org.objectweb.proactive.calcium
Class MonoThreadedManager

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

public class MonoThreadedManager
extends ResourceManager

Example of a Managager that uses the calling thread (recursive) to execute the skeleton program.

Author:
mleyton

Field Summary
 
Fields inherited from class org.objectweb.proactive.calcium.ResourceManager
DEFAULT_GET_READY_TASK_TIMEOUT, logger
 
Constructor Summary
MonoThreadedManager()
           
 
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

MonoThreadedManager

public MonoThreadedManager()
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.