Interface ReplicatingResourceAdaptor
-
public interface ReplicatingResourceAdaptor
The
ReplicatingResourceAdaptor
interface is implemented by resource adaptors wishing to provide failover capability when installed in Rhino. In a failover situation, Rhino uses this interface to assign responsibility for activities from a failed node to another resource adaptor object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
adoptActivities(ActivityHandle[] handles)
Ask the resource adaptor object to adopt the specified activities and deliver events for these activities on this node.
-
-
-
Method Detail
-
adoptActivities
void adoptActivities(ActivityHandle[] handles)
Ask the resource adaptor object to adopt the specified activities and deliver events for these activities on this node. Used on failover.
- Parameters:
handles
- the activity handles identifying the activities to be adopted by the resource adaptor object.
-
-