org.objectweb.proactive.core.util
Class ProcessForAoCreation

java.lang.Object
  extended byorg.objectweb.proactive.core.group.AbstractProcessForGroup
      extended byorg.objectweb.proactive.core.util.ProcessForAoCreation
All Implemented Interfaces:
java.lang.Runnable

public class ProcessForAoCreation
extends AbstractProcessForGroup
implements java.lang.Runnable

This class provides multithreading for the creation of active objects.

Author:
Alexandre di Costanzo Created on Nov 8, 2005

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.group.AbstractProcessForGroup
memberList, proxyGroup
 
Constructor Summary
ProcessForAoCreation(java.util.Vector result, java.lang.String className, java.lang.Object[] param, Node node)
           
 
Method Summary
 int getMemberListSize()
           
 void run()
           
 
Methods inherited from class org.objectweb.proactive.core.group.AbstractProcessForGroup
findLastProxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessForAoCreation

public ProcessForAoCreation(java.util.Vector result,
                            java.lang.String className,
                            java.lang.Object[] param,
                            Node node)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getMemberListSize

public int getMemberListSize()
Overrides:
getMemberListSize in class AbstractProcessForGroup


Copyright 2001-2005 INRIA All Rights Reserved.