org.shiftone.jrat.integration.aop.dynaop
Class DynaopInvocationCommand

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

public class DynaopInvocationCommand
extends java.lang.Object
implements Command

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
DynaopInvocationCommand(dynaop.Invocation invocation)
           
 
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

DynaopInvocationCommand

public DynaopInvocationCommand(dynaop.Invocation invocation)
Method Detail

execute

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