jBPM :: KIE Services 6.2.0.Beta1

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

java.lang.Object
  extended by org.jbpm.kie.services.impl.store.DeploymentSynchronizer
All Implemented Interfaces:
org.jbpm.services.api.DeploymentEventListener

public class DeploymentSynchronizer
extends Object
implements org.jbpm.services.api.DeploymentEventListener


Field Summary
static boolean DEPLOY_SYNC_ENABLED
           
static String DEPLOY_SYNC_INTERVAL
           
 
Constructor Summary
DeploymentSynchronizer()
           
 
Method Summary
 boolean isActive()
           
 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()
           
 
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(org.jbpm.services.api.DeploymentService deploymentService)

synchronize

public void synchronize()

onDeploy

public void onDeploy(org.jbpm.services.api.DeploymentEvent event)
Specified by:
onDeploy in interface org.jbpm.services.api.DeploymentEventListener

onUnDeploy

public void onUnDeploy(org.jbpm.services.api.DeploymentEvent event)
Specified by:
onUnDeploy in interface org.jbpm.services.api.DeploymentEventListener

jBPM :: KIE Services 6.2.0.Beta1

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