Class ExecutorEventSupportEJBImpl

  • All Implemented Interfaces:
    Externalizable, Serializable, org.jbpm.executor.impl.event.ExecutorEventSupport

    public class ExecutorEventSupportEJBImpl
    extends Object
    implements org.jbpm.executor.impl.event.ExecutorEventSupport
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecutorEventSupportEJBImpl

        public ExecutorEventSupportEJBImpl()
    • Method Detail

      • addEventListener

        public void addEventListener​(org.jbpm.executor.AsynchronousJobListener listener)
        Specified by:
        addEventListener in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • removeEventListener

        public void removeEventListener​(Class cls)
        Specified by:
        removeEventListener in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • removeEventListener

        public void removeEventListener​(org.jbpm.executor.AsynchronousJobListener listener)
        Specified by:
        removeEventListener in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • getEventListeners

        public List<org.jbpm.executor.AsynchronousJobListener> getEventListeners()
        Specified by:
        getEventListeners in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • fireBeforeJobScheduled

        public void fireBeforeJobScheduled​(org.kie.api.executor.RequestInfo job,
                                           Throwable exception)
        Specified by:
        fireBeforeJobScheduled in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • fireBeforeJobExecuted

        public void fireBeforeJobExecuted​(org.kie.api.executor.RequestInfo job,
                                          Throwable exception)
        Specified by:
        fireBeforeJobExecuted in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • fireBeforeJobCancelled

        public void fireBeforeJobCancelled​(org.kie.api.executor.RequestInfo job,
                                           Throwable exception)
        Specified by:
        fireBeforeJobCancelled in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • fireAfterJobScheduled

        public void fireAfterJobScheduled​(org.kie.api.executor.RequestInfo job,
                                          Throwable exception)
        Specified by:
        fireAfterJobScheduled in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • fireAfterJobExecuted

        public void fireAfterJobExecuted​(org.kie.api.executor.RequestInfo job,
                                         Throwable exception)
        Specified by:
        fireAfterJobExecuted in interface org.jbpm.executor.impl.event.ExecutorEventSupport
      • fireAfterJobCancelled

        public void fireAfterJobCancelled​(org.kie.api.executor.RequestInfo job,
                                          Throwable exception)
        Specified by:
        fireAfterJobCancelled in interface org.jbpm.executor.impl.event.ExecutorEventSupport