org.apache.ibatis.plugin
Class Invocation

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

public class Invocation
extends Object


Constructor Summary
Invocation(Object target, Method method, Object[] args)
           
 
Method Summary
 Object[] getArgs()
           
 Method getMethod()
           
 Object getTarget()
           
 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(Object target,
                  Method method,
                  Object[] args)
Method Detail

getTarget

public Object getTarget()

getMethod

public Method getMethod()

getArgs

public Object[] getArgs()

proceed

public Object proceed()
               throws InvocationTargetException,
                      IllegalAccessException
Throws:
InvocationTargetException
IllegalAccessException


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.