Interface ISharedObjectTransactionParticipantsFilter
- 
 public interface ISharedObjectTransactionParticipantsFilterFilter for determining transaction participants- See Also:
- ISharedObjectContainerTransaction
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ID[]filterParticipants(ID[] currentGroup)Return ID[] of participants to participate in transacton.
 
- 
- 
- 
Method Detail- 
filterParticipantsID[] filterParticipants(ID[] currentGroup) 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.
 
 
- 
 
-