IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)

http://jira.springframework.org/browse/BATCH-7

Javadocs for isMarkSupported().
This commit is contained in:
dsyer
2008-02-04 13:18:33 +00:00
parent ab29fb637b
commit 1fa7763d0d
8 changed files with 53 additions and 23 deletions

View File

@@ -204,8 +204,11 @@ public class StagingItemReader extends JdbcDaoSupport implements ItemStream, Key
}
}
/*
* (non-Javadoc)
/**
* Mark is supported in a multi- as well as a single-threaded environment.
* The state backing the mark is a buffer, and access is synchronized, so
* multiple threads cannot be accommodated.
*
* @see org.springframework.batch.item.ItemStream#isMarkSupported()
*/
public boolean isMarkSupported() {