jBPM distribution 6.2.0.CR2

org.jbpm.kie.services.impl.store
Class DeploymentSynchronizer

java.lang.Object
  extended by org.jbpm.kie.services.impl.store.DeploymentSynchronizer
All Implemented Interfaces:
DeploymentEventListener
Direct Known Subclasses:
DeploymentSynchronizerCDIImpl, DeploymentSynchronizerEJBImpl

public class DeploymentSynchronizer
extends Object
implements DeploymentEventListener


Field Summary
static boolean DEPLOY_SYNC_ENABLED
           
static String DEPLOY_SYNC_INTERVAL
           
 
Constructor Summary
DeploymentSynchronizer()
           
 
Method Summary
 boolean isActive()
           
 void onDeploy(DeploymentEvent event)
           
 void onUnDeploy(DeploymentEvent event)
           
 void setDeploymentService(DeploymentService deploymentService)
           
 void setDeploymentStore(DeploymentStore deploymentStore)
           
 void synchronize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPLOY_SYNC_INTERVAL

public static final String DEPLOY_SYNC_INTERVAL

DEPLOY_SYNC_ENABLED

public static final boolean DEPLOY_SYNC_ENABLED
Constructor Detail

DeploymentSynchronizer

public DeploymentSynchronizer()
Method Detail

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

jBPM distribution 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.