|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructionOfReifiedObjectFailedException | |
org.objectweb.proactive.core.body.future | Provides the definition and implementation of the future object. |
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 ConstructionOfReifiedObjectFailedException in org.objectweb.proactive.core.body.future |
Constructors in org.objectweb.proactive.core.body.future that throw ConstructionOfReifiedObjectFailedException | |
FutureProxy()
As this proxy does not create a reified object (as opposed to BodyProxy for example), it is the noargs constructor that is usually called. |
|
FutureProxy(ConstructorCall c,
java.lang.Object[] p)
This constructor is provided for compatibility with other proxies. |
Uses of ConstructionOfReifiedObjectFailedException in org.objectweb.proactive.core.group |
Constructors in org.objectweb.proactive.core.group that throw ConstructionOfReifiedObjectFailedException | |
ProxyForGroup(java.lang.String nameOfClass)
|
|
ProxyForGroup(java.lang.String nameOfClass,
java.lang.Integer size)
|
|
ProxyForGroup()
|
|
ProxyForGroup(ConstructorCall c,
java.lang.Object[] p)
|
Uses of ConstructionOfReifiedObjectFailedException in org.objectweb.proactive.core.group.topology |
Constructors in org.objectweb.proactive.core.group.topology that throw ConstructionOfReifiedObjectFailedException | |
TorusCube(Group g,
int height,
int width,
int depth)
Construtor. |
|
Torus(Group g,
int height,
int width)
Construtor. |
|
Torus(Group g,
int nbMembers)
Construtor. |
|
Tetrahedron(Group g,
int size)
|
|
Ring(Group g,
int size)
Construtor. |
|
Hypercube(Group g,
int size)
|
|
TopologyGroup(Group g,
int size)
Constructor : a Topology is build with a group with the specified size |
|
Line(Group g,
int size)
Construtor. |
|
Plan(Group g,
int height,
int width)
Construtor. |
|
Plan(Group g,
int nbMembers)
Construtor. |
|
Cube(Group g,
int height,
int width,
int depth)
Construtor. |
Uses of ConstructionOfReifiedObjectFailedException in org.objectweb.proactive.core.mop |
Methods in org.objectweb.proactive.core.mop that throw ConstructionOfReifiedObjectFailedException | |
static java.lang.Object |
MOP.newInstance(java.lang.String nameOfClass,
java.lang.Object[] constructorParameters,
java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters)
Creates an instance of an object |
static java.lang.Object |
MOP.newInstance(java.lang.Class clazz,
java.lang.Object[] constructorParameters,
java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters)
|
static java.lang.Object |
MOP.newInstance(java.lang.String nameOfStubClass,
java.lang.String nameOfClass,
java.lang.Object[] constructorParameters,
java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters)
Creates an instance of an object |
static java.lang.Object |
MOP.newInstance(java.lang.Class stubClass,
java.lang.String nameOfClass,
java.lang.Object[] constructorParameters,
java.lang.String nameOfProxy,
java.lang.Object[] proxyParameters)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |