org.objectweb.proactive.core.group
Class ProcessForGroupCreation

java.lang.Object
  |
  +--org.objectweb.proactive.core.group.AbstractProcessForGroup
        |
        +--org.objectweb.proactive.core.group.ProcessForGroupCreation
All Implemented Interfaces:
java.lang.Runnable

public class ProcessForGroupCreation
extends AbstractProcessForGroup
implements java.lang.Runnable

This class provides multithreading for the creation of active objects.

Author:
Laurent Baduel

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.group.AbstractProcessForGroup
memberList, proxyGroup
 
Constructor Summary
ProcessForGroupCreation(ProxyForGroup proxyGroup, java.lang.String className, java.lang.Object[] param, java.lang.String node, int index)
           
 
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

ProcessForGroupCreation

public ProcessForGroupCreation(ProxyForGroup proxyGroup,
                               java.lang.String className,
                               java.lang.Object[] param,
                               java.lang.String node,
                               int index)
Method Detail

run

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

getMemberListSize

public int getMemberListSize()
Overrides:
getMemberListSize in class AbstractProcessForGroup


Copyright © April 2004 INRIA All Rights Reserved.