public class ExecutorEventSupportImpl extends org.drools.core.event.AbstractEventSupport<AsynchronousJobListener> implements ExecutorEventSupport
Constructor and Description |
---|
ExecutorEventSupportImpl() |
Modifier and Type | Method and Description |
---|---|
void |
fireAfterJobCancelled(org.kie.api.executor.RequestInfo job,
Throwable exception) |
void |
fireAfterJobExecuted(org.kie.api.executor.RequestInfo job,
Throwable exception) |
void |
fireAfterJobScheduled(org.kie.api.executor.RequestInfo job,
Throwable exception) |
void |
fireBeforeJobCancelled(org.kie.api.executor.RequestInfo job,
Throwable exception) |
void |
fireBeforeJobExecuted(org.kie.api.executor.RequestInfo job,
Throwable exception) |
void |
fireBeforeJobScheduled(org.kie.api.executor.RequestInfo job,
Throwable exception) |
addEventListener, clear, getEventListeners, getEventListenersIterator, isEmpty, notifyAllListeners, readExternal, removeEventListener, removeEventListener, size, writeExternal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addEventListener, clear, getEventListeners, isEmpty, notifyAllListeners, removeEventListener, removeEventListener, size
readExternal, writeExternal
public void fireBeforeJobScheduled(org.kie.api.executor.RequestInfo job, Throwable exception)
fireBeforeJobScheduled
in interface ExecutorEventSupport
public void fireBeforeJobExecuted(org.kie.api.executor.RequestInfo job, Throwable exception)
fireBeforeJobExecuted
in interface ExecutorEventSupport
public void fireBeforeJobCancelled(org.kie.api.executor.RequestInfo job, Throwable exception)
fireBeforeJobCancelled
in interface ExecutorEventSupport
public void fireAfterJobScheduled(org.kie.api.executor.RequestInfo job, Throwable exception)
fireAfterJobScheduled
in interface ExecutorEventSupport
public void fireAfterJobExecuted(org.kie.api.executor.RequestInfo job, Throwable exception)
fireAfterJobExecuted
in interface ExecutorEventSupport
public void fireAfterJobCancelled(org.kie.api.executor.RequestInfo job, Throwable exception)
fireAfterJobCancelled
in interface ExecutorEventSupport
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.