Package org.frankframework.jta.narayana
Class NarayanaConnectionFactoryFactory
java.lang.Object
org.frankframework.jdbc.datasource.ObjectFactory<jakarta.jms.ConnectionFactory,jakarta.jms.ConnectionFactory>
org.frankframework.jndi.JndiConnectionFactoryFactory
org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
- All Implemented Interfaces:
IConnectionFactoryFactory
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.jdbc.datasource.ObjectFactory
ObjectFactory.ObjectInfo
-
Field Summary
Fields inherited from class org.frankframework.jndi.JndiConnectionFactoryFactory
CLOSE
Fields inherited from class org.frankframework.jdbc.datasource.ObjectFactory
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.jms.ConnectionFactory
augmentConnectionFactory
(jakarta.jms.ConnectionFactory connectionFactory, String connectionFactoryName) Allow implementing classes to augment the ConnectionFactory.Methods inherited from class org.frankframework.jndi.JndiConnectionFactoryFactory
augment, getConnectionFactory, getConnectionFactory, getConnectionFactoryNames, toObjectInfo
Methods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, destroy, get, getObjectInfo, getObjectNames, map
-
Constructor Details
-
NarayanaConnectionFactoryFactory
public NarayanaConnectionFactoryFactory()
-
-
Method Details
-
augmentConnectionFactory
protected jakarta.jms.ConnectionFactory augmentConnectionFactory(jakarta.jms.ConnectionFactory connectionFactory, String connectionFactoryName) Description copied from class:JndiConnectionFactoryFactory
Allow implementing classes to augment the ConnectionFactory. SeeJndiConnectionFactoryFactory.augment(ConnectionFactory, String)
.- Overrides:
augmentConnectionFactory
in classJndiConnectionFactoryFactory
-