@ApplicationScoped public class DeploymentSynchronizerCDIImpl extends DeploymentSynchronizer
DEPLOY_SYNC_ENABLED, DEPLOY_SYNC_INTERVAL, targetExceptionClass
Constructor and Description |
---|
DeploymentSynchronizerCDIImpl() |
Modifier and Type | Method and Description |
---|---|
void |
configure() |
void |
onActivate(DeploymentEvent event) |
void |
onDeactivate(DeploymentEvent event) |
void |
onDeploy(DeploymentEvent event) |
void |
onUnDeploy(DeploymentEvent event) |
void |
setDeploymentService(DeploymentService deploymentService) |
clear, isActive, isCausedByConstraintViolation, setDeploymentStore, synchronize
@PostConstruct public void configure()
@Inject public void setDeploymentService(DeploymentService deploymentService)
setDeploymentService
in class DeploymentSynchronizer
public void onDeploy(@Observes DeploymentEvent event)
onDeploy
in interface DeploymentEventListener
onDeploy
in class DeploymentSynchronizer
public void onUnDeploy(@Observes DeploymentEvent event)
onUnDeploy
in interface DeploymentEventListener
onUnDeploy
in class DeploymentSynchronizer
public void onActivate(@Observes DeploymentEvent event)
onActivate
in interface DeploymentEventListener
onActivate
in class DeploymentSynchronizer
public void onDeactivate(@Observes DeploymentEvent event)
onDeactivate
in interface DeploymentEventListener
onDeactivate
in class DeploymentSynchronizer
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.