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, writeExternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEventListener, clear, getEventListeners, isEmpty, notifyAllListeners, removeEventListener, removeEventListener, sizereadExternal, writeExternalpublic void fireBeforeJobScheduled(org.kie.api.executor.RequestInfo job,
Throwable exception)
fireBeforeJobScheduled in interface ExecutorEventSupportpublic void fireBeforeJobExecuted(org.kie.api.executor.RequestInfo job,
Throwable exception)
fireBeforeJobExecuted in interface ExecutorEventSupportpublic void fireBeforeJobCancelled(org.kie.api.executor.RequestInfo job,
Throwable exception)
fireBeforeJobCancelled in interface ExecutorEventSupportpublic void fireAfterJobScheduled(org.kie.api.executor.RequestInfo job,
Throwable exception)
fireAfterJobScheduled in interface ExecutorEventSupportpublic void fireAfterJobExecuted(org.kie.api.executor.RequestInfo job,
Throwable exception)
fireAfterJobExecuted in interface ExecutorEventSupportpublic void fireAfterJobCancelled(org.kie.api.executor.RequestInfo job,
Throwable exception)
fireAfterJobCancelled in interface ExecutorEventSupportCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.