org.objectweb.proactive.core.group
Class ProActiveGroupManager

java.lang.Object
  |
  +--org.objectweb.proactive.core.group.ProActiveGroupManager
All Implemented Interfaces:
java.io.Serializable

public class ProActiveGroupManager
extends java.lang.Object
implements java.io.Serializable

Author:
Laurent Baduel
See Also:
Serialized Form

Constructor Summary
ProActiveGroupManager()
           
 
Method Summary
 java.lang.Object getSPMDGroup()
          Returns the SPMD group of the active object
 void setSPMDGroup(java.lang.Object o)
          Set the SPMD group for the active object
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProActiveGroupManager

public ProActiveGroupManager()
Method Detail

setSPMDGroup

public void setSPMDGroup(java.lang.Object o)
Set the SPMD group for the active object

Parameters:
o - - the new SPMD group

getSPMDGroup

public java.lang.Object getSPMDGroup()
Returns the SPMD group of the active object

Returns:
the SPMD group of the active object

test

public void test()


Copyright © April 2004 INRIA All Rights Reserved.