org.apache.ibatis.plugin
Class Invocation

java.lang.Object
  extended by org.apache.ibatis.plugin.Invocation

public class Invocation
extends java.lang.Object


Constructor Summary
Invocation(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Method Summary
 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


Copyright © 2010. All Rights Reserved.