org.springframework.batch.sample.domain.person
Class PersonService
java.lang.Object
org.springframework.batch.sample.domain.person.PersonService
public class PersonService
- extends Object
Custom class that contains logic that would normally be be contained in
ItemReader
and ItemWriter
.
- Author:
- tomas.slanina, Robert Kasanicky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonService
public PersonService()
getData
public Person getData()
processPerson
public void processPerson(String name,
String city)
getReturnedCount
public int getReturnedCount()
getReceivedCount
public int getReceivedCount()
Copyright © 2009 SpringSource. All Rights Reserved.