@Deprecated public class CachingConnectionFactoryFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<CustomCachingConnectionFactory>
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SESSION_CACHE_SIZE
Deprecated.
|
Constructor and Description |
---|
CachingConnectionFactoryFactoryBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected CustomCachingConnectionFactory |
createInstance()
Deprecated.
|
protected void |
destroyInstance(CustomCachingConnectionFactory instance)
Deprecated.
|
ConnectionFactory |
getConnectionFactory()
Deprecated.
|
String |
getName()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
String |
getPassword()
Deprecated.
|
int |
getSessionCacheSize()
Deprecated.
|
String |
getUsername()
Deprecated.
|
boolean |
isCacheProducers()
Deprecated.
|
void |
setCacheProducers(boolean cacheProducers)
Deprecated.
|
void |
setConnectionFactory(ConnectionFactory connectionFactory)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setPassword(String password)
Deprecated.
|
void |
setSessionCacheSize(int sessionCacheSize)
Deprecated.
|
void |
setUsername(String username)
Deprecated.
|
public static final int DEFAULT_SESSION_CACHE_SIZE
public CachingConnectionFactoryFactoryBean()
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<CustomCachingConnectionFactory>
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean<CustomCachingConnectionFactory>
protected CustomCachingConnectionFactory createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean<CustomCachingConnectionFactory>
Exception
protected void destroyInstance(CustomCachingConnectionFactory instance) throws Exception
destroyInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean<CustomCachingConnectionFactory>
Exception
public String getName()
public void setName(String name)
public boolean isCacheProducers()
public void setCacheProducers(boolean cacheProducers)
public ConnectionFactory getConnectionFactory()
public void setConnectionFactory(ConnectionFactory connectionFactory)
public int getSessionCacheSize()
public void setSessionCacheSize(int sessionCacheSize)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.