org.duracloud.computeprovider.aop
Class LoggingAdvice

java.lang.Object
  extended by org.duracloud.computeprovider.aop.LoggingAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.springframework.aop.AfterAdvice, org.springframework.aop.AfterReturningAdvice

public class LoggingAdvice
extends java.lang.Object
implements org.springframework.aop.AfterReturningAdvice


Constructor Summary
LoggingAdvice()
           
 
Method Summary
 void afterReturning(java.lang.Object arg0, java.lang.reflect.Method arg1, java.lang.Object[] arg2, java.lang.Object arg3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingAdvice

public LoggingAdvice()
Method Detail

afterReturning

public void afterReturning(java.lang.Object arg0,
                           java.lang.reflect.Method arg1,
                           java.lang.Object[] arg2,
                           java.lang.Object arg3)
                    throws java.lang.Throwable
Specified by:
afterReturning in interface org.springframework.aop.AfterReturningAdvice
Throws:
java.lang.Throwable


Copyright © 2009-2010 DuraSpace. All Rights Reserved.