jBPM :: EJB Services Implementation 6.2.0.CR3

org.jbpm.services.ejb.impl.store
Class DeploymentSynchronizerEJBImpl

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

public class DeploymentSynchronizerEJBImpl
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
DeploymentSynchronizerEJBImpl()
           
 
Method Summary
 void configure()
           
 void setCommandService(org.jbpm.shared.services.impl.TransactionalCommandService commandService)
           
 void setDeploymentService(org.jbpm.services.api.DeploymentService deploymentService)
           
 void shutdown()
           
 void synchronize()
           
 
Methods inherited from class org.jbpm.kie.services.impl.store.DeploymentSynchronizer
isActive, onDeploy, onUnDeploy, setDeploymentStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentSynchronizerEJBImpl

public DeploymentSynchronizerEJBImpl()
Method Detail

configure

@PostConstruct
public void configure()

shutdown

@PreDestroy
public void shutdown()

setDeploymentService

public void setDeploymentService(org.jbpm.services.api.DeploymentService deploymentService)
Overrides:
setDeploymentService in class org.jbpm.kie.services.impl.store.DeploymentSynchronizer

setCommandService

public void setCommandService(org.jbpm.shared.services.impl.TransactionalCommandService commandService)

synchronize

public void synchronize()
Overrides:
synchronize in class org.jbpm.kie.services.impl.store.DeploymentSynchronizer

jBPM :: EJB Services Implementation 6.2.0.CR3

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