|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractProxy | |
org.objectweb.proactive.core.body.future | Provides the definition and implementation of the future object. |
org.objectweb.proactive.core.body.proxy | **For internal use only** Defines the proxy associated to any ProActive Stub of an active Object. |
org.objectweb.proactive.core.exceptions.manager | ProActive exceptions mechanism. |
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 AbstractProxy in org.objectweb.proactive.core.body.future |
Methods in org.objectweb.proactive.core.body.future with parameters of type AbstractProxy | |
void |
FutureProxy.setOriginatingProxy(AbstractProxy p)
|
Uses of AbstractProxy in org.objectweb.proactive.core.body.proxy |
Subclasses of AbstractProxy in org.objectweb.proactive.core.body.proxy | |
class |
AbstractBodyProxy
|
class |
UniversalBodyProxy
|
Uses of AbstractProxy in org.objectweb.proactive.core.exceptions.manager |
Methods in org.objectweb.proactive.core.exceptions.manager with parameters of type AbstractProxy | |
static int |
NFEManager.fireNFE(ProxyNonFunctionalException e,
AbstractProxy proxy)
|
Uses of AbstractProxy in org.objectweb.proactive.core.group |
Subclasses of AbstractProxy in org.objectweb.proactive.core.group | |
class |
ProxyForGroup
|
Uses of AbstractProxy in org.objectweb.proactive.core.group.topology |
Subclasses of AbstractProxy 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |