org.springframework.batch.sample.common
Class LogAdvice

java.lang.Object
  extended by org.springframework.batch.sample.common.LogAdvice

public class LogAdvice
extends Object

Wraps calls for 'Processing' methods which output a single Object to write the string representation of the object to the log.

Author:
Lucas Ward

Constructor Summary
LogAdvice()
           
 
Method Summary
 void doBasicLogging(org.aspectj.lang.JoinPoint pjp)
           
 void doStronglyTypedLogging(Object item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogAdvice

public LogAdvice()
Method Detail

doBasicLogging

public void doBasicLogging(org.aspectj.lang.JoinPoint pjp)
                    throws Throwable
Throws:
Throwable

doStronglyTypedLogging

public void doStronglyTypedLogging(Object item)


Copyright © 2009 SpringSource. All Rights Reserved.