public class ClusteredJobFailOverListener extends Object implements org.kie.api.cluster.ClusterListener, org.jbpm.executor.AsynchronousJobListener
| Constructor and Description |
|---|
ClusteredJobFailOverListener(org.kie.api.cluster.ClusterAwareService clusterService,
org.jbpm.executor.RequeueAware executorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterJobCancelled(org.jbpm.executor.AsynchronousJobEvent event) |
void |
afterJobExecuted(org.jbpm.executor.AsynchronousJobEvent event) |
void |
afterJobScheduled(org.jbpm.executor.AsynchronousJobEvent event) |
void |
beforeJobCancelled(org.jbpm.executor.AsynchronousJobEvent event) |
void |
beforeJobExecuted(org.jbpm.executor.AsynchronousJobEvent event) |
void |
beforeJobScheduled(org.jbpm.executor.AsynchronousJobEvent event) |
void |
nodeJoined(org.kie.api.cluster.ClusterNode node) |
void |
nodeLeft(org.kie.api.cluster.ClusterNode node) |
public ClusteredJobFailOverListener(org.kie.api.cluster.ClusterAwareService clusterService,
org.jbpm.executor.RequeueAware executorService)
public void nodeJoined(org.kie.api.cluster.ClusterNode node)
nodeJoined in interface org.kie.api.cluster.ClusterListenerpublic void nodeLeft(org.kie.api.cluster.ClusterNode node)
nodeLeft in interface org.kie.api.cluster.ClusterListenerpublic void afterJobScheduled(org.jbpm.executor.AsynchronousJobEvent event)
afterJobScheduled in interface org.jbpm.executor.AsynchronousJobListenerpublic void afterJobExecuted(org.jbpm.executor.AsynchronousJobEvent event)
afterJobExecuted in interface org.jbpm.executor.AsynchronousJobListenerpublic void afterJobCancelled(org.jbpm.executor.AsynchronousJobEvent event)
afterJobCancelled in interface org.jbpm.executor.AsynchronousJobListenerpublic void beforeJobScheduled(org.jbpm.executor.AsynchronousJobEvent event)
beforeJobScheduled in interface org.jbpm.executor.AsynchronousJobListenerpublic void beforeJobExecuted(org.jbpm.executor.AsynchronousJobEvent event)
beforeJobExecuted in interface org.jbpm.executor.AsynchronousJobListenerpublic void beforeJobCancelled(org.jbpm.executor.AsynchronousJobEvent event)
beforeJobCancelled in interface org.jbpm.executor.AsynchronousJobListenerCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.