|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.reader.FactoryBeanReader<T>
public class FactoryBeanReader<T>
The Class FactoryBeanReader.
Constructor Summary | |
---|---|
FactoryBeanReader()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
org.springframework.batch.item.ItemReader<T> |
getDelegate()
Gets the delegate. |
java.lang.Object |
getObject()
|
java.lang.Class |
getObjectType()
|
SkipPolicy<T> |
getSkipPolicy()
Gets the skip policy. |
boolean |
isSingleton()
|
void |
setDelegate(org.springframework.batch.item.ItemReader<T> delegate)
Sets the delegate. |
void |
setSkipPolicy(SkipPolicy<T> skipPolicy)
Sets the skip policy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FactoryBeanReader()
Method Detail |
---|
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public org.springframework.batch.item.ItemReader<T> getDelegate()
public void setDelegate(org.springframework.batch.item.ItemReader<T> delegate)
delegate
- the new delegatepublic SkipPolicy<T> getSkipPolicy()
public void setSkipPolicy(SkipPolicy<T> skipPolicy)
skipPolicy
- the new skip policy
|
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 |