jBPM distribution 6.0.0-SNAPSHOT

org.jbpm.executor.impl.runtime
Class DeploymentObserver

java.lang.Object
  extended by org.jbpm.executor.impl.runtime.DeploymentObserver

@ApplicationScoped
public class DeploymentObserver
extends Object

Receives notifications about deployed and undeployed units so they can be made available to executor service via RuntimeManagerRegistry


Constructor Summary
DeploymentObserver()
           
 
Method Summary
 void addOnDeploy(DeploymentEvent event)
          Fired when new deployment is placed in the runtime environment
 void removeOnUnDeploy(DeploymentEvent event)
          Fired when active deployment has been undeployed from runtime environment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentObserver

public DeploymentObserver()
Method Detail

addOnDeploy

public void addOnDeploy(@Observes
                        DeploymentEvent event)
Fired when new deployment is placed in the runtime environment

Parameters:
event -

removeOnUnDeploy

public void removeOnUnDeploy(@Observes
                             DeploymentEvent event)
Fired when active deployment has been undeployed from runtime environment

Parameters:
event -

jBPM distribution 6.0.0-SNAPSHOT

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