jBPM :: CDI Services 6.2.0.CR3

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:
org.jbpm.services.api.DeploymentEventListener

@ApplicationScoped
public class DeploymentSynchronizerCDIImpl
extends org.jbpm.kie.services.impl.store.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(org.jbpm.services.api.DeploymentEvent event)
           
 void onUnDeploy(org.jbpm.services.api.DeploymentEvent event)
           
 void setDeploymentService(org.jbpm.services.api.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(org.jbpm.services.api.DeploymentService deploymentService)
Overrides:
setDeploymentService in class org.jbpm.kie.services.impl.store.DeploymentSynchronizer

onDeploy

public void onDeploy(@Observes
                     org.jbpm.services.api.DeploymentEvent event)
Specified by:
onDeploy in interface org.jbpm.services.api.DeploymentEventListener
Overrides:
onDeploy in class org.jbpm.kie.services.impl.store.DeploymentSynchronizer

onUnDeploy

public void onUnDeploy(@Observes
                       org.jbpm.services.api.DeploymentEvent event)
Specified by:
onUnDeploy in interface org.jbpm.services.api.DeploymentEventListener
Overrides:
onUnDeploy in class org.jbpm.kie.services.impl.store.DeploymentSynchronizer

jBPM :: CDI Services 6.2.0.CR3

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