Package org.activiti.spring
Class ApplicationDeployedEventProducer
java.lang.Object
org.activiti.spring.AbstractActivitiSmartLifeCycle
org.activiti.spring.ApplicationDeployedEventProducer
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
-
Field Summary
FieldsFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsConstructorDescriptionApplicationDeployedEventProducer(RepositoryService repositoryService, APIDeploymentConverter deploymentConverter, List<ProcessRuntimeEventListener<ApplicationDeployedEvent>> listeners, org.springframework.context.ApplicationEventPublisher eventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoStart()voiddoStop()voidsetAfterRollback(boolean afterRollback) Methods inherited from class org.activiti.spring.AbstractActivitiSmartLifeCycle
destroy, getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, start, stop, stop
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
ApplicationDeployedEventProducer
public ApplicationDeployedEventProducer(RepositoryService repositoryService, APIDeploymentConverter deploymentConverter, List<ProcessRuntimeEventListener<ApplicationDeployedEvent>> listeners, org.springframework.context.ApplicationEventPublisher eventPublisher)
-
-
Method Details
-
doStart
public void doStart()- Specified by:
doStartin classAbstractActivitiSmartLifeCycle
-
setAfterRollback
public void setAfterRollback(boolean afterRollback) -
doStop
public void doStop()- Specified by:
doStopin classAbstractActivitiSmartLifeCycle
-