@Service(value="deploymentTransactionSupport") public class DeploymentTransactionSupportImpl extends Object implements DeploymentTransactionSupport, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.beans.factory.DisposableBean
SERVICE_NAME| Constructor and Description |
|---|
DeploymentTransactionSupportImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beginDeploymentTransaction() |
protected void |
commitDeploymentTransaction() |
void |
destroy() |
void |
init() |
protected boolean |
isEnabled() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
protected void |
rollbackDeploymentTransaction() |
protected boolean isEnabled()
@PostConstruct public void init()
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>public void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanprotected void beginDeploymentTransaction()
protected void commitDeploymentTransaction()
protected void rollbackDeploymentTransaction()
Copyright © 2018–2021 Tesler. All rights reserved.