gr.uoa.di.madgik.execution.plan.element.invocable.simple
Class ClassReflectionWrapper

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.invocable.simple.ClassReflectionWrapper

public class ClassReflectionWrapper
extends Object


Constructor Summary
ClassReflectionWrapper(String ClassName, ExecutionHandle Handle, String ID, boolean SupportsExecutionContext, ExecutionContextConfigBase SuppliedContextProxy)
           
 
Method Summary
 void Instantiate(CallBase constructorCall)
           
 void Invoke(CallBase methodCall)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassReflectionWrapper

public ClassReflectionWrapper(String ClassName,
                              ExecutionHandle Handle,
                              String ID,
                              boolean SupportsExecutionContext,
                              ExecutionContextConfigBase SuppliedContextProxy)
                       throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

Instantiate

public void Instantiate(CallBase constructorCall)
                 throws ExecutionRunTimeException,
                        ExecutionValidationException,
                        SecurityException,
                        NoSuchMethodException,
                        IllegalArgumentException,
                        InstantiationException,
                        IllegalAccessException,
                        InvocationTargetException,
                        ExecutionInternalErrorException,
                        ExecutionCancelException,
                        ExecutionBreakException
Throws:
ExecutionRunTimeException
ExecutionValidationException
SecurityException
NoSuchMethodException
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException
ExecutionInternalErrorException
ExecutionCancelException
ExecutionBreakException

Invoke

public void Invoke(CallBase methodCall)
            throws SecurityException,
                   NoSuchMethodException,
                   ExecutionValidationException,
                   IllegalArgumentException,
                   IllegalAccessException,
                   ExecutionRunTimeException,
                   InvocationTargetException,
                   ExecutionInternalErrorException,
                   ExecutionCancelException,
                   ExecutionBreakException
Throws:
SecurityException
NoSuchMethodException
ExecutionValidationException
IllegalArgumentException
IllegalAccessException
ExecutionRunTimeException
InvocationTargetException
ExecutionInternalErrorException
ExecutionCancelException
ExecutionBreakException


Copyright © 2012. All Rights Reserved.