public class CountDownProcessEventListener
extends org.kie.api.event.process.DefaultProcessEventListener
Constructor and Description |
---|
CountDownProcessEventListener() |
CountDownProcessEventListener(String nodeName,
int threads) |
CountDownProcessEventListener(String nodeName,
int threads,
boolean reactOnBeforeNodeLeft) |
Modifier and Type | Method and Description |
---|---|
void |
afterNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent event) |
void |
beforeNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent event) |
protected void |
countDown() |
void |
reset(int threads) |
void |
reset(String nodeName,
int threads) |
void |
waitTillCompleted() |
void |
waitTillCompleted(long timeOut) |
public CountDownProcessEventListener()
public CountDownProcessEventListener(String nodeName, int threads)
public CountDownProcessEventListener(String nodeName, int threads, boolean reactOnBeforeNodeLeft)
public void afterNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent event)
afterNodeLeft
in interface org.kie.api.event.process.ProcessEventListener
afterNodeLeft
in class org.kie.api.event.process.DefaultProcessEventListener
public void beforeNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent event)
beforeNodeLeft
in interface org.kie.api.event.process.ProcessEventListener
beforeNodeLeft
in class org.kie.api.event.process.DefaultProcessEventListener
public void waitTillCompleted()
public void waitTillCompleted(long timeOut)
public void reset(int threads)
public void reset(String nodeName, int threads)
protected void countDown()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.