Issue Details (XML | Word | Printable)

Key: BATCH-725
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Lucas Ward
Reporter: Sanghyuk Jung
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch

The description of DelegatingItemReader in Appendix A( List of ItemReaders)

Created: 14/Jul/08 03:46 AM   Updated: Thursday 07:21 AM
Component/s: Documentation
Affects Version/s: 1.0.1
Fix Version/s: 1.1.3

Time Tracking:
Original Estimate: 0.12d
Original Estimate - 0.12d
Remaining Estimate: 0.06d
Time Spent - 0.06d Remaining Estimate - 0.06d
Time Spent: 0.06d
Time Spent - 0.06d Remaining Estimate - 0.06d

Environment: Documentation


 Description  « Hide
Hello.

I can see the description of DelegatingItemReader in Appendix A( List of ItemReaders) as following

http://static.springframework.org/spring-batch/spring-batch-docs/reference/html/apa.html#d0e4963

"Extends AbstractMethodInvokingDelegator, which enables dynamically calling of a custom method of the injected object. Provides a convenient API for dynamic method invocation shielding subclasses from the low-level details and exception handling."


I guess this description is about ItemReaderAdapter, not DelegatingItemReader. (AggregateItemReader doesn't extend AbstractMethodInvokingDelegator)

 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Sanghyuk Jung added a comment - 14/Jul/08 03:53 AM
On last line, I made a mistake.
(AggregateItemReader doesn't extend AbstractMethodInvokingDelegator) ->
(DelegatingItemReader doesn't extend AbstractMethodInvokingDelegator)

Robert Kasanicky added a comment - 09/Oct/08 07:20 AM
fixed descriptions of ItemReaderAdapter and DelegatingItemReader