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.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, getConnectionFactoryNames, toObjectInfo
Methods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames, postDestroy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.jms.IConnectionFactoryFactory
getConnectionFactory
-
Constructor Details
-
NarayanaConnectionFactoryFactory
public NarayanaConnectionFactoryFactory()
-
-
Method Details
-
augmentConnectionFactory
@Nonnull protected jakarta.jms.ConnectionFactory augmentConnectionFactory(@Nonnull jakarta.jms.ConnectionFactory connectionFactory, @Nonnull String connectionFactoryName) Description copied from class:JmsConnectionFactoryFactory
Allow implementing classes to augment the ConnectionFactory. SeeJmsConnectionFactoryFactory.augment(ConnectionFactory, String)
.- Overrides:
augmentConnectionFactory
in classJmsConnectionFactoryFactory
-