Uses of Class
org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException

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.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.ibis Ibis implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.jini JINI 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)
          Build the body object, then fires its service thread
 

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 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.ibis
 

Methods in org.objectweb.proactive.core.runtime.ibis that throw ConstructorCallExecutionFailedException
 UniversalBody RemoteProActiveRuntimeImpl.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody RemoteProActiveRuntimeAdapter.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody RemoteProActiveRuntime.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 

Uses of ConstructorCallExecutionFailedException in org.objectweb.proactive.core.runtime.jini
 

Methods in org.objectweb.proactive.core.runtime.jini that throw ConstructorCallExecutionFailedException
 UniversalBody JiniRuntimeImpl_Stub.createBody(java.lang.String, ConstructorCall, boolean)
           
 UniversalBody JiniRuntimeImpl.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody JiniRuntimeAdapter.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody JiniRuntime.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 RemoteProActiveRuntimeImpl_Stub.createBody(java.lang.String, ConstructorCall, boolean)
           
 UniversalBody RemoteProActiveRuntimeImpl.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody RemoteProActiveRuntimeAdapter.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody RemoteProActiveRuntime.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 



Copyright © April 2004 INRIA All Rights Reserved.