public class JoramConnectionFactory extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.DisposableBean
Modifier and Type | Field and Description |
---|---|
private ConnectionFactory |
connectionFactory |
static org.objectweb.util.monolog.api.Logger |
logger |
Constructor and Description |
---|
JoramConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setConnectionFactory(ConnectionFactory connectionFactory) |
public static final org.objectweb.util.monolog.api.Logger logger
private ConnectionFactory connectionFactory
public void setConnectionFactory(ConnectionFactory connectionFactory)
connectionFactory
- the connection factory to setpublic Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2020 ScalAgent D.T.. All rights reserved.