JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.ode.bpel.iapi
Interface ClusterAware
public interface
ClusterAware
The interface to implement for a custom Scheduler implementation to support Clustering.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
amICoordinator
()
A custom implementation should return true if the node that this method is called is the coordinator of the cluster.
Method Detail
amICoordinator
boolean amICoordinator()
A custom implementation should return true if the node that this method is called is the coordinator of the cluster.
Returns:
true when the node is coordinator
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method