public class LoadFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<GreenplumLoad>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
GreenplumLoad
instances.| Constructor and Description |
|---|
LoadFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
GreenplumLoad |
getObject() |
java.lang.Class<GreenplumLoad> |
getObjectType() |
boolean |
isSingleton() |
void |
setDataSource(javax.sql.DataSource dataSource) |
void |
setLoadConfiguration(LoadConfiguration LoadConfiguration) |
public GreenplumLoad getObject() throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<GreenplumLoad>java.lang.Exceptionpublic java.lang.Class<GreenplumLoad> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<GreenplumLoad>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<GreenplumLoad>public void afterPropertiesSet()
throws java.io.IOException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.io.IOExceptionpublic void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanpublic void setDataSource(javax.sql.DataSource dataSource)
public void setLoadConfiguration(LoadConfiguration LoadConfiguration)