org.objectweb.proactive.core.mop
Interface ConstructorCall

All Known Implementing Classes:
ConstructorCallImpl

public interface ConstructorCall

A reified constructor call.


Method Summary
 java.lang.Object execute()
          Performs the object construction that is reified vy this object
 java.lang.String getTargetClassName()
          Return the name of the target class that constructor is for
 void makeDeepCopyOfArguments()
          Makez a deep copy of all arguments of the constructor
 

Method Detail

makeDeepCopyOfArguments

public void makeDeepCopyOfArguments()
                             throws java.io.IOException
Makez a deep copy of all arguments of the constructor

java.io.IOException

getTargetClassName

public java.lang.String getTargetClassName()
Return the name of the target class that constructor is for


execute

public java.lang.Object execute()
                         throws java.lang.reflect.InvocationTargetException,
                                ConstructorCallExecutionFailedException
Performs the object construction that is reified vy this object

Throws:
InvocationTargetException
ConstructorCallExecutionFailedException


Copyright © April 2004 INRIA All Rights Reserved.