|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorCallExecutionFailedException | |
org.objectweb.proactive.core.body | Provides all classes used for implementing the active part of an active object. |
org.objectweb.proactive.core.component.body | Component meta-objects are created from the ComponentBody. |
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. |
org.objectweb.proactive.core.runtime | Defines all classes needed to build a ProActiveRuntime. |
org.objectweb.proactive.core.runtime.http | HTTP implementation of ProActiveRuntime |
org.objectweb.proactive.core.runtime.ibis | Ibis implementation of ProActiveRuntime |
org.objectweb.proactive.core.runtime.rmi | RMI implementation of ProActiveRuntime |
Uses of ConstructorCallExecutionFailedException in org.objectweb.proactive.core.body |
Constructors in org.objectweb.proactive.core.body that throw ConstructorCallExecutionFailedException | |
ActiveBody(ConstructorCall c,
java.lang.String nodeURL,
Active activity,
MetaObjectFactory factory,
java.lang.String jobID)
Builds the body object, then fires its service thread |
Uses of ConstructorCallExecutionFailedException in org.objectweb.proactive.core.component.body |
Constructors in org.objectweb.proactive.core.component.body that throw ConstructorCallExecutionFailedException | |
ComponentBodyImpl(java.lang.Object reifiedObject,
java.lang.String nodeURL,
Active activity,
MetaObjectFactory factory,
java.lang.String jobID)
Constructor for ComponentBodyImpl. |
Uses of ConstructorCallExecutionFailedException in org.objectweb.proactive.core.mop |
Methods in org.objectweb.proactive.core.mop that throw ConstructorCallExecutionFailedException | |
java.lang.Object |
ConstructorCallImpl.execute()
Performs the object construction that is reified vy this object |
java.lang.Object |
ConstructorCall.execute()
Performs the object construction that is reified vy this object |
Uses of ConstructorCallExecutionFailedException in org.objectweb.proactive.core.runtime |
Methods in org.objectweb.proactive.core.runtime that throw ConstructorCallExecutionFailedException | |
UniversalBody |
ProActiveRuntimeForwarderImpl.createBody(UniqueRuntimeID urid,
java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
UniversalBody |
ProActiveRuntimeForwarder.createBody(UniqueRuntimeID urid,
java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
UniversalBody |
ProActiveRuntimeAdapterImpl.createBody(java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
UniversalBody |
RemoteProActiveRuntime.createBody(java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
UniversalBody |
RemoteProActiveRuntimeForwarder.createBody(UniqueRuntimeID ruid,
java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
UniversalBody |
ProActiveRuntimeAdapterForwarderImpl.createBody(java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
UniversalBody |
ProActiveRuntimeImpl.createBody(java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isLocal)
|
UniversalBody |
ProActiveRuntime.createBody(java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
This method is the basis for creating remote active objects. |
Uses of ConstructorCallExecutionFailedException in org.objectweb.proactive.core.runtime.http |
Methods in org.objectweb.proactive.core.runtime.http that throw ConstructorCallExecutionFailedException | |
UniversalBody |
HttpProActiveRuntime.createBody(java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
Uses of ConstructorCallExecutionFailedException in org.objectweb.proactive.core.runtime.ibis |
Methods in org.objectweb.proactive.core.runtime.ibis that throw ConstructorCallExecutionFailedException | |
UniversalBody |
IbisProActiveRuntimeImpl.createBody(java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
Uses of ConstructorCallExecutionFailedException in org.objectweb.proactive.core.runtime.rmi |
Methods in org.objectweb.proactive.core.runtime.rmi that throw ConstructorCallExecutionFailedException | |
UniversalBody |
RmiProActiveRuntimeForwarderImpl.createBody(UniqueRuntimeID urid,
java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
UniversalBody |
RmiProActiveRuntimeImpl.createBody(java.lang.String nodeName,
ConstructorCall bodyConstructorCall,
boolean isNodeLocal)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |