@ConfigurationProperties(prefix="spring.jta.bitronix.connectionfactory") public class PoolingConnectionFactoryBean extends bitronix.tm.resource.jms.PoolingConnectionFactory implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
PoolingConnectionFactory. Provides sensible defaults
 and also supports direct wrapping of a XAConnectionFactory instance.| Modifier and Type | Class and Description | 
|---|---|
| static class  | PoolingConnectionFactoryBean.DirectXAConnectionFactoryA  XAConnectionFactoryimplementation that delegates to theThreadLocalPoolingConnectionFactoryBean. | 
| Constructor and Description | 
|---|
| PoolingConnectionFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| bitronix.tm.resource.common.XAStatefulHolder | createPooledConnection(Object xaFactory,
                      bitronix.tm.resource.common.ResourceBean bean) | 
| void | destroy() | 
| protected javax.jms.XAConnectionFactory | getConnectionFactory() | 
| void | init() | 
| void | setBeanName(String name) | 
| void | setConnectionFactory(javax.jms.XAConnectionFactory connectionFactory)Set the  XAConnectionFactorydirectly, instead of callingResourceBean.setClassName(String). | 
close, createConnection, createConnection, endRecovery, findXAResourceHolder, getCacheProducersConsumers, getInPoolSize, getPassword, getReference, getTestConnections, getTotalPoolSize, getUser, isFailed, reset, setCacheProducersConsumers, setFailed, setPassword, setTestConnections, setUser, startRecovery, toStringgetAcquireIncrement, getAcquisitionInterval, getAcquisitionTimeout, getAllowLocalTransactions, getApplyTransactionTimeout, getAutomaticEnlistingEnabled, getClassName, getDeferConnectionRelease, getDriverProperties, getIgnoreRecoveryFailures, getMaxIdleTime, getMaxPoolSize, getMinPoolSize, getShareTransactionConnections, getTwoPcOrderingPosition, getUniqueName, getUseTmJoin, incCreatedResourcesCounter, isDisabled, setAcquireIncrement, setAcquisitionInterval, setAcquisitionTimeout, setAllowLocalTransactions, setApplyTransactionTimeout, setAutomaticEnlistingEnabled, setClassName, setDeferConnectionRelease, setDisabled, setDriverProperties, setIgnoreRecoveryFailures, setMaxIdleTime, setMaxPoolSize, setMinPoolSize, setShareTransactionConnections, setTwoPcOrderingPosition, setUniqueName, setUseTmJoinclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic void init()
init in interface bitronix.tm.resource.common.XAResourceProducerinit in class bitronix.tm.resource.jms.PoolingConnectionFactorypublic void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
             throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setConnectionFactory(javax.jms.XAConnectionFactory connectionFactory)
XAConnectionFactory directly, instead of calling
 ResourceBean.setClassName(String).connectionFactory - the connection factory to useprotected final javax.jms.XAConnectionFactory getConnectionFactory()
public bitronix.tm.resource.common.XAStatefulHolder createPooledConnection(Object xaFactory, bitronix.tm.resource.common.ResourceBean bean) throws Exception
createPooledConnection in interface bitronix.tm.resource.common.XAResourceProducercreatePooledConnection in class bitronix.tm.resource.jms.PoolingConnectionFactoryExceptionCopyright © 2020 Pivotal Software, Inc.. All rights reserved.