Uses of Class
org.objectweb.proactive.core.group.AbstractProcessForGroup

Packages that use AbstractProcessForGroup
org.objectweb.proactive.core.group Provides all classes needed to use group communications in ProActive.  
org.objectweb.proactive.core.group.threadpool Provides a thread pool for the group communications in ProActive.  
org.objectweb.proactive.core.util **For internal use only** Contains accessory utility classes.  
 

Uses of AbstractProcessForGroup in org.objectweb.proactive.core.group
 

Subclasses of AbstractProcessForGroup in org.objectweb.proactive.core.group
 class ProcessForAsyncCall
          This class provides multithreading for the (a)synchronous methodcall on a group.
 class ProcessForGroupCreation
          This class provides multithreading for the creation of active objects.
 class ProcessForOneWayCall
          This class provides multithreading for the oneway methodcall on a group.
 

Uses of AbstractProcessForGroup in org.objectweb.proactive.core.group.threadpool
 

Methods in org.objectweb.proactive.core.group.threadpool with parameters of type AbstractProcessForGroup
 void ThreadPool.addAJob(AbstractProcessForGroup r)
          Adds a job to the pending queue of the thread pool.
 

Uses of AbstractProcessForGroup in org.objectweb.proactive.core.util
 

Subclasses of AbstractProcessForGroup in org.objectweb.proactive.core.util
 class ProcessForAoCreation
          This class provides multithreading for the creation of active objects.
 



Copyright 2001-2005 INRIA All Rights Reserved.