|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Proxy | |
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.component.representative | A representative is the reference on a ProActive component. |
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, ...) |
org.objectweb.proactive.core.mop | **For internal use only** Defines the Meta Object Protocol used in ProActive that allows the interception of a method call to an active object and its reification as a request sent to a body. |
Uses of Proxy in org.objectweb.proactive.core.body.future |
Classes in org.objectweb.proactive.core.body.future that implement Proxy | |
class |
FutureProxy
This proxy class manages the semantic of future objects |
Uses of Proxy in org.objectweb.proactive.core.body.proxy |
Subinterfaces of Proxy in org.objectweb.proactive.core.body.proxy | |
interface |
BodyProxy
|
Classes in org.objectweb.proactive.core.body.proxy that implement Proxy | |
class |
AbstractBodyProxy
|
class |
AbstractProxy
|
class |
UniversalBodyProxy
|
Uses of Proxy in org.objectweb.proactive.core.component.representative |
Subinterfaces of Proxy in org.objectweb.proactive.core.component.representative | |
interface |
FunctionalInterfaceProxy
Associates a functional interface with the proxy to an active object. |
Classes in org.objectweb.proactive.core.component.representative that implement Proxy | |
class |
FunctionalInterfaceProxyImpl
This class acts as a proxy between a representative interface and the actual destination of the invocation. |
Methods in org.objectweb.proactive.core.component.representative that return Proxy | |
Proxy |
ProActiveComponentRepresentativeImpl.getProxy()
|
Proxy |
FunctionalInterfaceProxyImpl.getBodyProxy()
|
Proxy |
FunctionalInterfaceProxy.getBodyProxy()
|
Methods in org.objectweb.proactive.core.component.representative with parameters of type Proxy | |
void |
ProActiveComponentRepresentativeImpl.setProxy(Proxy proxy)
|
ProActiveComponentRepresentative |
ProActiveComponentRepresentativeFactory.createComponentRepresentative(ComponentType componentType,
java.lang.String hierarchicalType,
Proxy proxy,
java.lang.String controllerConfigFileLocation)
Creates a component representative according to the type of the component (it also generates the required functional interfaces), and connects the representative to the given proxy. |
void |
FunctionalInterfaceProxyImpl.setBodyProxy(Proxy proxy)
|
void |
FunctionalInterfaceProxy.setBodyProxy(Proxy proxy)
|
Constructors in org.objectweb.proactive.core.component.representative with parameters of type Proxy | |
FunctionalInterfaceProxyImpl(Proxy bodyProxyDelegatee,
java.lang.String fcItfName)
|
Uses of Proxy in org.objectweb.proactive.core.group |
Classes in org.objectweb.proactive.core.group that implement Proxy | |
class |
ProxyForGroup
|
Methods in org.objectweb.proactive.core.group that return Proxy | |
protected static Proxy |
AbstractProcessForGroup.findLastProxy(java.lang.Object obj)
|
Uses of Proxy in org.objectweb.proactive.core.group.topology |
Classes in org.objectweb.proactive.core.group.topology that implement Proxy | |
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. |
Uses of Proxy in org.objectweb.proactive.core.mop |
Methods in org.objectweb.proactive.core.mop that return Proxy | |
static Proxy |
MOP.createProxyObject(java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters,
ConstructorCall reifiedCall)
|
Proxy |
StubObject.getProxy()
|
Methods in org.objectweb.proactive.core.mop with parameters of type Proxy | |
void |
StubObject.setProxy(Proxy p)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |