Class EventRegistryFactoryBean
java.lang.Object
org.flowable.eventregistry.spring.EventRegistryFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<EventRegistryEngine>,org.springframework.context.ApplicationContextAware
public class EventRegistryFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<EventRegistryEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
- Author:
- Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected EventRegistryEngineConfigurationprotected EventRegistryEngineFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoiddestroy()booleanvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetEventEngineConfiguration(EventRegistryEngineConfiguration eventEngineConfiguration)
-
Field Details
-
eventEngineConfiguration
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
eventRegistryEngine
-
-
Constructor Details
-
EventRegistryFactoryBean
public EventRegistryFactoryBean()
-
-
Method Details
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<EventRegistryEngine>- Throws:
Exception
-
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<EventRegistryEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<EventRegistryEngine>
-
getEventEngineConfiguration
-
setEventEngineConfiguration
-