|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.DataSourceFactoryBean
public class DataSourceFactoryBean
DataSourceFactoryBean class.
| Constructor Summary | |
|---|---|
DataSourceFactoryBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
void |
destroy()
destroy |
DataSource |
getObject()
getObject |
Class<? extends DataSource> |
getObjectType()
getObjectType |
boolean |
isSingleton()
isSingleton |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataSourceFactoryBean()
| Method Detail |
|---|
public DataSource getObject()
throws Exception
getObject
getObject in interface org.springframework.beans.factory.FactoryBean<DataSource>DataSource object.
Exception - if any.public Class<? extends DataSource> getObjectType()
getObjectType
getObjectType in interface org.springframework.beans.factory.FactoryBean<DataSource>Class object.public boolean isSingleton()
isSingleton
isSingleton in interface org.springframework.beans.factory.FactoryBean<DataSource>
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.
public void destroy()
throws Exception
destroy
destroy in interface org.springframework.beans.factory.DisposableBeanException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||