cuba
Class Invocation

java.lang.Object
  extended by cuba.Invocation
Direct Known Subclasses:
AroundInvocation, MethodInvocation

public abstract class Invocation
extends java.lang.Object


Constructor Summary
Invocation()
           
 
Method Summary
protected  java.lang.Object invoke(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invocation

public Invocation()
Method Detail

invoke

protected java.lang.Object invoke(java.lang.Object target,
                                  java.lang.reflect.Method method,
                                  java.lang.Object[] params)
                           throws java.lang.Exception
Throws:
java.lang.Exception