org.springframework.batch.sample.domain.trade
Interface InvalidCustomerLogger

All Known Implementing Classes:
CommonsLoggingInvalidCustomerLogger

public interface InvalidCustomerLogger

Interface for logging invalid customers. Customers may need to be logged because they already existed when attempted to be added. Or a non existent customer was updated.

Author:
Lucas Ward

Method Summary
 void log(CustomerUpdate customerUpdate)
           
 

Method Detail

log

void log(CustomerUpdate customerUpdate)


Copyright © 2009 SpringSource. All Rights Reserved.