Class Invocation


  • public class Invocation
    extends java.lang.Object
    Author:
    Clinton Begin
    • Constructor Summary

      Constructors 
      Constructor Description
      Invocation​(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] args)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getArgs()  
      java.lang.reflect.Method getMethod()  
      java.lang.Object getTarget()  
      java.lang.Object proceed()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Invocation

        public Invocation​(java.lang.Object target,
                          java.lang.reflect.Method method,
                          java.lang.Object[] args)
    • Method Detail

      • getTarget

        public java.lang.Object getTarget()
      • getMethod

        public java.lang.reflect.Method getMethod()
      • getArgs

        public java.lang.Object[] getArgs()
      • proceed

        public java.lang.Object proceed()
                                 throws java.lang.reflect.InvocationTargetException,
                                        java.lang.IllegalAccessException
        Throws:
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException