jBPM distribution 6.2.0.CR1

org.jbpm.services.cdi.impl.store
Class DeploymentSynchronizerCDIImpl

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

@ApplicationScoped
public class DeploymentSynchronizerCDIImpl
extends DeploymentSynchronizer


Field Summary
 
Fields inherited from class org.jbpm.kie.services.impl.store.DeploymentSynchronizer
DEPLOY_SYNC_ENABLED, DEPLOY_SYNC_INTERVAL
 
Constructor Summary
DeploymentSynchronizerCDIImpl()
           
 
Method Summary
 void configure()
           
 void onDeploy(DeploymentEvent event)
           
 void onUnDeploy(DeploymentEvent event)
           
 void setDeploymentService(DeploymentService deploymentService)
           
 
Methods inherited from class org.jbpm.kie.services.impl.store.DeploymentSynchronizer
isActive, setDeploymentStore, synchronize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentSynchronizerCDIImpl

public DeploymentSynchronizerCDIImpl()
Method Detail

configure

@PostConstruct
public void configure()

setDeploymentService

@Inject
public void setDeploymentService(DeploymentService deploymentService)
Overrides:
setDeploymentService in class DeploymentSynchronizer

onDeploy

public void onDeploy(@Observes
                     DeploymentEvent event)
Specified by:
onDeploy in interface DeploymentEventListener
Overrides:
onDeploy in class DeploymentSynchronizer

onUnDeploy

public void onUnDeploy(@Observes
                       DeploymentEvent event)
Specified by:
onUnDeploy in interface DeploymentEventListener
Overrides:
onUnDeploy in class DeploymentSynchronizer

jBPM distribution 6.2.0.CR1

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