public class DeploymentSynchronizer extends Object implements org.jbpm.services.api.DeploymentEventListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEPLOY_SYNC_ENABLED |
static String |
DEPLOY_SYNC_INTERVAL |
protected Class<?> |
targetExceptionClass |
| Constructor and Description |
|---|
DeploymentSynchronizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
isActive() |
protected boolean |
isCausedByConstraintViolation(Throwable throwable) |
void |
onActivate(org.jbpm.services.api.DeploymentEvent event) |
void |
onDeactivate(org.jbpm.services.api.DeploymentEvent event) |
void |
onDeploy(org.jbpm.services.api.DeploymentEvent event) |
void |
onUnDeploy(org.jbpm.services.api.DeploymentEvent event) |
void |
setDeploymentService(org.jbpm.services.api.DeploymentService deploymentService) |
void |
setDeploymentStore(DeploymentStore deploymentStore) |
void |
synchronize() |
public static final String DEPLOY_SYNC_INTERVAL
public static final boolean DEPLOY_SYNC_ENABLED
protected Class<?> targetExceptionClass
public boolean isActive()
public void setDeploymentStore(DeploymentStore deploymentStore)
public void setDeploymentService(org.jbpm.services.api.DeploymentService deploymentService)
public void synchronize()
public void onDeploy(org.jbpm.services.api.DeploymentEvent event)
onDeploy in interface org.jbpm.services.api.DeploymentEventListenerpublic void onUnDeploy(org.jbpm.services.api.DeploymentEvent event)
onUnDeploy in interface org.jbpm.services.api.DeploymentEventListenerpublic void onActivate(org.jbpm.services.api.DeploymentEvent event)
onActivate in interface org.jbpm.services.api.DeploymentEventListenerpublic void onDeactivate(org.jbpm.services.api.DeploymentEvent event)
onDeactivate in interface org.jbpm.services.api.DeploymentEventListenerprotected boolean isCausedByConstraintViolation(Throwable throwable)
public void clear()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.