Uses of Interface
org.objectweb.proactive.core.mop.ConstructorCall

Packages that use ConstructorCall
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
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.group Provides all classes needed to use group communications in ProActive.  
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.jini JINI implementation of ProActiveRuntime.  
org.objectweb.proactive.core.runtime.rmi RMI implementation of ProActiveRuntime
 

Uses of ConstructorCall in org.objectweb.proactive.core.body
 

Constructors in org.objectweb.proactive.core.body with parameters of type ConstructorCall
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 ConstructorCall in org.objectweb.proactive.core.body.future
 

Constructors in org.objectweb.proactive.core.body.future with parameters of type ConstructorCall
FutureProxy(ConstructorCall c, java.lang.Object[] p)
          This constructor is provided for compatibility with other proxies.
 

Uses of ConstructorCall in org.objectweb.proactive.core.body.proxy
 

Methods in org.objectweb.proactive.core.body.proxy with parameters of type ConstructorCall
protected  UniversalBody UniversalBodyProxy.createLocalBody(ConstructorCall bodyConstructorCall, ConstructorCall reifiedObjectConstructorCall, Node node)
           
protected  UniversalBody UniversalBodyProxy.createRemoteBody(ConstructorCall bodyConstructorCall, Node node)
           
 

Constructors in org.objectweb.proactive.core.body.proxy with parameters of type ConstructorCall
UniversalBodyProxy(ConstructorCall constructorCall, java.lang.Object[] parameters)
          Instantiates an object of class BodyProxy, creates a body object (referenced either via the instance variable localBody or remoteBody) and passes the ConstructorCall object c to the body, which will then handle the creation of the reified object (That's it !).
 

Uses of ConstructorCall in org.objectweb.proactive.core.group
 

Constructors in org.objectweb.proactive.core.group with parameters of type ConstructorCall
ProxyForGroup(ConstructorCall c, java.lang.Object[] p)
           
 

Uses of ConstructorCall in org.objectweb.proactive.core.mop
 

Classes in org.objectweb.proactive.core.mop that implement ConstructorCall
 class ConstructorCallImpl
          A reified constructor call.
 

Methods in org.objectweb.proactive.core.mop that return ConstructorCall
static ConstructorCall MOP.buildTargetObjectConstructorCall(java.lang.Class targetClass, java.lang.Object[] constructorParameters)
           
 

Methods in org.objectweb.proactive.core.mop with parameters of type ConstructorCall
static Proxy MOP.createProxyObject(java.lang.String nameOfProxy, java.lang.Object[] proxyParameters, ConstructorCall reifiedCall)
           
 

Uses of ConstructorCall in org.objectweb.proactive.core.runtime
 

Methods in org.objectweb.proactive.core.runtime with parameters of type ConstructorCall
 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 ConstructorCall in org.objectweb.proactive.core.runtime.http
 

Methods in org.objectweb.proactive.core.runtime.http with parameters of type ConstructorCall
 UniversalBody HttpRuntimeAdapter.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 UniversalBody HttpRemoteRuntimeAdapterImpl.createBody(java.lang.String nodeName, ConstructorCall bodyConstructorCall, boolean isNodeLocal)
           
 

Uses of ConstructorCall in org.objectweb.proactive.core.runtime.ibis
 

Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type ConstructorCall
 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 ConstructorCall in org.objectweb.proactive.core.runtime.jini
 

Methods in org.objectweb.proactive.core.runtime.jini with parameters of type ConstructorCall
 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 ConstructorCall in org.objectweb.proactive.core.runtime.rmi
 

Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type ConstructorCall
 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 ? October 2004 INRIA All Rights Reserved.