Package org.jbpm.executor.impl.event
Class ExecutorEventSupportImpl
- java.lang.Object
-
- org.drools.core.event.AbstractEventSupport<AsynchronousJobListener>
-
- org.jbpm.executor.impl.event.ExecutorEventSupportImpl
-
- All Implemented Interfaces:
Externalizable,Serializable,ExecutorEventSupport
public class ExecutorEventSupportImpl extends org.drools.core.event.AbstractEventSupport<AsynchronousJobListener> implements ExecutorEventSupport
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutorEventSupportImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfireAfterJobCancelled(org.kie.api.executor.RequestInfo job, Throwable exception)voidfireAfterJobExecuted(org.kie.api.executor.RequestInfo job, Throwable exception)voidfireAfterJobScheduled(org.kie.api.executor.RequestInfo job, Throwable exception)voidfireBeforeJobCancelled(org.kie.api.executor.RequestInfo job, Throwable exception)voidfireBeforeJobExecuted(org.kie.api.executor.RequestInfo job, Throwable exception)voidfireBeforeJobScheduled(org.kie.api.executor.RequestInfo job, Throwable exception)-
Methods inherited from class org.drools.core.event.AbstractEventSupport
addEventListener, clear, getEventListeners, hasListeners, notifyAllListeners, readExternal, removeEventListener, removeEventListener, writeExternal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jbpm.executor.impl.event.ExecutorEventSupport
addEventListener, getEventListeners, removeEventListener, removeEventListener
-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-
-
-
Method Detail
-
fireBeforeJobScheduled
public void fireBeforeJobScheduled(org.kie.api.executor.RequestInfo job, Throwable exception)- Specified by:
fireBeforeJobScheduledin interfaceExecutorEventSupport
-
fireBeforeJobExecuted
public void fireBeforeJobExecuted(org.kie.api.executor.RequestInfo job, Throwable exception)- Specified by:
fireBeforeJobExecutedin interfaceExecutorEventSupport
-
fireBeforeJobCancelled
public void fireBeforeJobCancelled(org.kie.api.executor.RequestInfo job, Throwable exception)- Specified by:
fireBeforeJobCancelledin interfaceExecutorEventSupport
-
fireAfterJobScheduled
public void fireAfterJobScheduled(org.kie.api.executor.RequestInfo job, Throwable exception)- Specified by:
fireAfterJobScheduledin interfaceExecutorEventSupport
-
fireAfterJobExecuted
public void fireAfterJobExecuted(org.kie.api.executor.RequestInfo job, Throwable exception)- Specified by:
fireAfterJobExecutedin interfaceExecutorEventSupport
-
fireAfterJobCancelled
public void fireAfterJobCancelled(org.kie.api.executor.RequestInfo job, Throwable exception)- Specified by:
fireAfterJobCancelledin interfaceExecutorEventSupport
-
-