Class AmqpConnectionFactoryFactory
java.lang.Object
org.frankframework.jdbc.datasource.ObjectFactory<AmqpConnectionFactory,Object>
org.frankframework.messaging.amqp.AmqpConnectionFactoryFactory
- All Implemented Interfaces:
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 AmqpConnectionFactory
Allow implementing classes to augment the looked up object class 'O'.getConnectionFactory
(String name) protected void
Subclasses which need to do their own work on destruction of this bean should override this method, which will be called after all factory objects have been closed.Methods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames, toObjectInfo
-
Constructor Details
-
AmqpConnectionFactoryFactory
public AmqpConnectionFactoryFactory()
-
-
Method Details
-
augment
Description copied from class:ObjectFactory
Allow implementing classes to augment the looked up object class 'O'. Allows the originally created object to be mutated to another object. Useful to generate an object from a filled DTO.- Overrides:
augment
in classObjectFactory<AmqpConnectionFactory,
Object>
-
getConnectionFactory
-
postDestroy
Description copied from class:ObjectFactory
Subclasses which need to do their own work on destruction of this bean should override this method, which will be called after all factory objects have been closed.- Overrides:
postDestroy
in classObjectFactory<AmqpConnectionFactory,
Object> - Throws:
Exception
-