org.shiftone.jrat.integration.aop.aspectwerkz
Class AspectWerkzJoinPointCommand

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

public class AspectWerkzJoinPointCommand
extends java.lang.Object
implements Command

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
AspectWerkzJoinPointCommand(org.codehaus.aspectwerkz.joinpoint.JoinPoint joinPoint)
           
 
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

AspectWerkzJoinPointCommand

public AspectWerkzJoinPointCommand(org.codehaus.aspectwerkz.joinpoint.JoinPoint joinPoint)
Method Detail

execute

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