gr.uoa.di.madgik.execution.plan.element.invocable.simple
Class ClassReflectionWrapper
java.lang.Object
gr.uoa.di.madgik.execution.plan.element.invocable.simple.ClassReflectionWrapper
public class ClassReflectionWrapper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassReflectionWrapper
public ClassReflectionWrapper(String ClassName,
ExecutionHandle Handle,
String ID,
boolean SupportsExecutionContext,
ExecutionContextConfigBase SuppliedContextProxy)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
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 © 2013. All Rights Reserved.