Interface ISharedObjectTransactionParticipantsFilter
public interface ISharedObjectTransactionParticipantsFilter
Filter for determining transaction participants
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionID[]
filterParticipants
(ID[] currentGroup) Return ID[] of participants to participate in transacton.
-
Method Details
-
filterParticipants
Return ID[] of participants to participate in transacton.- Parameters:
currentGroup
- the current set of container group members- Returns:
- intended participants in transaction. If null is returned, all group members will be included in transaction.
-