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

Packages that use ProxyForGroup
org.objectweb.proactive.core.exceptions.proxy Non Functional exceptions occuring in a proxy.  
org.objectweb.proactive.core.group Provides all classes needed to use group communications in ProActive.  
org.objectweb.proactive.core.group.topology Provides all classes to represent group by a topology (i.e. line, plan, ring, torus, ...)  
 

Uses of ProxyForGroup in org.objectweb.proactive.core.exceptions.proxy
 

Methods in org.objectweb.proactive.core.exceptions.proxy that return ProxyForGroup
 ProxyForGroup FailedGroupRendezVousException.getGroup()
           
 

Constructors in org.objectweb.proactive.core.exceptions.proxy with parameters of type ProxyForGroup
FailedGroupRendezVousException(java.lang.String message, ExceptionListException e, ProxyForGroup group)
           
 

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

Fields in org.objectweb.proactive.core.group declared as ProxyForGroup
protected  ProxyForGroup AbstractProcessForGroup.proxyGroup
           
 

Constructors in org.objectweb.proactive.core.group with parameters of type ProxyForGroup
ProcessForOneWayCall(ProxyForGroup proxyGroup, java.util.Vector memberList, int index, MethodCall mc, Body body, ExceptionListException exceptionList)
           
ProcessForGroupCreation(ProxyForGroup proxyGroup, java.lang.String className, java.lang.Object[] param, java.lang.String node, int index)
           
ProcessForAsyncCall(ProxyForGroup proxyGroup, java.util.Vector memberList, java.util.Vector memberListOfResultGroup, int index, MethodCall mc, Body body)
           
 

Uses of ProxyForGroup in org.objectweb.proactive.core.group.topology
 

Subclasses of ProxyForGroup in org.objectweb.proactive.core.group.topology
 class Cube
          This class represents a group by a three-dimensional topology.
 class Hypercube
           
 class Line
          This class represents a group by a one-dimensional topology.
 class Plan
          This class represents a group by a two-dimensional topology.
 class Ring
          This class represents a group by a cycling one-dimensional topology.
 class Tetrahedron
          This one is specialy dedicaced to Fabrice ;)
 class TopologyGroup
          Topologies are groups.
 class Torus
          This class represents a group by a cycling two-dimensional topology.
 class TorusCube
          This class represents a group by a cycling three-dimensional topology.
 



Copyright 2001-2005 INRIA All Rights Reserved.