org.shiftone.jrat.integration.aop.alliance
Class AllianceMethodInvocationCommand

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

public class AllianceMethodInvocationCommand
extends java.lang.Object
implements Command

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
AllianceMethodInvocationCommand(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
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

AllianceMethodInvocationCommand

public AllianceMethodInvocationCommand(org.aopalliance.intercept.MethodInvocation methodInvocation)
Method Detail

execute

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