org.shiftone.jrat.integration.aop.cglib
Class CglibMethodInvocationCommand

java.lang.Object
  extended by org.shiftone.jrat.integration.aop.cglib.CglibMethodInvocationCommand
All Implemented Interfaces:
Command

public class CglibMethodInvocationCommand
extends java.lang.Object
implements Command

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
CglibMethodInvocationCommand(net.sf.cglib.proxy.MethodProxy methodProxy, java.lang.Object target, java.lang.Object[] args)
           
 
Method Summary
 java.lang.Object execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CglibMethodInvocationCommand

public CglibMethodInvocationCommand(net.sf.cglib.proxy.MethodProxy methodProxy,
                                    java.lang.Object target,
                                    java.lang.Object[] args)
Method Detail

execute

public java.lang.Object execute()
                         throws java.lang.Throwable
Specified by:
execute in interface Command
Throws:
java.lang.Throwable