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

All Known Implementing Classes:
JdbcTradeDao

public interface TradeDao

Interface for writing a Trade object to an arbitrary output.

Author:
Robert Kasanicky

Method Summary
 void writeTrade(Trade trade)
           
 

Method Detail

writeTrade

void writeTrade(Trade trade)


Copyright © 2009 SpringSource. All Rights Reserved.