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 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)
-
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:
fireBeforeJobScheduled
in interfaceExecutorEventSupport
-
fireBeforeJobExecuted
public void fireBeforeJobExecuted(org.kie.api.executor.RequestInfo job, Throwable exception)
- Specified by:
fireBeforeJobExecuted
in interfaceExecutorEventSupport
-
fireBeforeJobCancelled
public void fireBeforeJobCancelled(org.kie.api.executor.RequestInfo job, Throwable exception)
- Specified by:
fireBeforeJobCancelled
in interfaceExecutorEventSupport
-
fireAfterJobScheduled
public void fireAfterJobScheduled(org.kie.api.executor.RequestInfo job, Throwable exception)
- Specified by:
fireAfterJobScheduled
in interfaceExecutorEventSupport
-
fireAfterJobExecuted
public void fireAfterJobExecuted(org.kie.api.executor.RequestInfo job, Throwable exception)
- Specified by:
fireAfterJobExecuted
in interfaceExecutorEventSupport
-
fireAfterJobCancelled
public void fireAfterJobCancelled(org.kie.api.executor.RequestInfo job, Throwable exception)
- Specified by:
fireAfterJobCancelled
in interfaceExecutorEventSupport
-
-