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.ConnectionFactoryaugmentConnectionFactory(jakarta.jms.ConnectionFactory connectionFactory, String connectionFactoryName) Allow implementing classes to augment the ConnectionFactory.Methods inherited from class org.frankframework.jndi.JmsConnectionFactoryFactory
augment, getConnectionFactory, getConnectionFactoryNames, toObjectInfoMethods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames, postDestroyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:JmsConnectionFactoryFactoryAllow implementing classes to augment the ConnectionFactory. SeeJmsConnectionFactoryFactory.augment(ConnectionFactory, String).- Overrides:
augmentConnectionFactoryin classJmsConnectionFactoryFactory
-