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 ObjectFactory
ObjectFactory.ObjectInfo -
Field Summary
Fields inherited from class ObjectFactory
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NonNull jakarta.jms.ConnectionFactoryaugmentConnectionFactory(@NonNull jakarta.jms.ConnectionFactory connectionFactory, @NonNull String connectionFactoryName) Allow implementing classes to augment the ConnectionFactory.Methods inherited from class JmsConnectionFactoryFactory
augment, getConnectionFactory, getConnectionFactoryNames, toObjectInfoMethods inherited from class ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames, postDestroyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IConnectionFactoryFactory
getConnectionFactory
-
Constructor Details
-
NarayanaConnectionFactoryFactory
public NarayanaConnectionFactoryFactory()
-
-
Method Details
-
augmentConnectionFactory
protected @NonNull 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
-