Package org.frankframework.jta.narayana
Class NarayanaConnectionFactoryFactory
java.lang.Object
org.frankframework.jdbc.datasource.ObjectFactory<jakarta.jms.ConnectionFactory,jakarta.jms.ConnectionFactory>
org.frankframework.jndi.JmsConnectionFactoryFactory
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.JmsConnectionFactoryFactory
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.JmsConnectionFactoryFactory
augment, getConnectionFactory, getConnectionFactory, getConnectionFactoryNames, toObjectInfo
Methods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames
-
Constructor Details
-
NarayanaConnectionFactoryFactory
public NarayanaConnectionFactoryFactory()
-
-
Method Details
-
augmentConnectionFactory
protected jakarta.jms.ConnectionFactory augmentConnectionFactory(jakarta.jms.ConnectionFactory connectionFactory, String connectionFactoryName) Description copied from class:JmsConnectionFactoryFactory
Allow implementing classes to augment the ConnectionFactory. SeeJmsConnectionFactoryFactory.augment(ConnectionFactory, String)
.- Overrides:
augmentConnectionFactory
in classJmsConnectionFactoryFactory
-