|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.writer.ListWriter<T>
public class ListWriter<T>
The Class ListWriter.
Constructor Summary | |
---|---|
ListWriter()
|
Method Summary | |
---|---|
org.springframework.batch.item.ItemWriter<T> |
getDelegate()
Gets the delegate. |
int |
getMaxBufferSize()
Gets the max buffer size. |
void |
setDelegate(org.springframework.batch.item.ItemWriter<T> delegate)
Sets the delegate. |
void |
setMaxBufferSize(int maxBufferSize)
Sets the max buffer size. |
void |
write(java.util.List<? extends java.util.List<T>> list)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListWriter()
Method Detail |
---|
public void write(java.util.List<? extends java.util.List<T>> list) throws java.lang.Exception
write
in interface org.springframework.batch.item.ItemWriter<java.util.List<T>>
java.lang.Exception
public org.springframework.batch.item.ItemWriter<T> getDelegate()
public void setDelegate(org.springframework.batch.item.ItemWriter<T> delegate)
delegate
- the new delegatepublic int getMaxBufferSize()
public void setMaxBufferSize(int maxBufferSize)
maxBufferSize
- the new max buffer size
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |