org.jbpm.executor.impl.runtime
Class DeploymentObserver
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentObserver
public DeploymentObserver()
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
-
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.