org.jbpm.kie.services.impl.store
Class DeploymentSynchronizer
java.lang.Object
org.jbpm.kie.services.impl.store.DeploymentSynchronizer
- All Implemented Interfaces:
- DeploymentEventListener
- Direct Known Subclasses:
- DeploymentSynchronizerCDIImpl, DeploymentSynchronizerEJBImpl
public class DeploymentSynchronizer
- extends Object
- implements DeploymentEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEPLOY_SYNC_INTERVAL
public static final String DEPLOY_SYNC_INTERVAL
DEPLOY_SYNC_ENABLED
public static final boolean DEPLOY_SYNC_ENABLED
DeploymentSynchronizer
public DeploymentSynchronizer()
isActive
public boolean isActive()
setDeploymentStore
public void setDeploymentStore(DeploymentStore deploymentStore)
setDeploymentService
public void setDeploymentService(DeploymentService deploymentService)
synchronize
public void synchronize()
onDeploy
public void onDeploy(DeploymentEvent event)
- Specified by:
onDeploy
in interface DeploymentEventListener
onUnDeploy
public void onUnDeploy(DeploymentEvent event)
- Specified by:
onUnDeploy
in interface DeploymentEventListener
onActivate
public void onActivate(DeploymentEvent event)
- Specified by:
onActivate
in interface DeploymentEventListener
onDeactivate
public void onDeactivate(DeploymentEvent event)
- Specified by:
onDeactivate
in interface DeploymentEventListener
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.