1 31 package org.objectweb.proactive.core.mop; 32 33 36 public interface ConstructorCall { 37 38 41 public void makeDeepCopyOfArguments() throws java.io.IOException ; 42 43 44 47 public String getTargetClassName(); 48 49 50 55 public Object execute() throws java.lang.reflect.InvocationTargetException , ConstructorCallExecutionFailedException; 56 57 } | Popular Tags |