Interface CDOBranchHandler
- 
- All Known Subinterfaces:
- CDOReplicationContext,- InternalFailoverParticipant,- InternalSynchronizableRepository
 
 public interface CDOBranchHandlerA call-back interface that indicates the ability to handle branches that are passed from other entities.- Since:
- 3.0
- Author:
- Eike Stepper
- See Also:
- CDOBranchManager.getBranches(int, int, CDOBranchHandler)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleBranch(CDOBranch branch)A call-back method that other entities can pass branches to.
 
- 
- 
- 
Method Detail- 
handleBranchvoid handleBranch(CDOBranch branch) A call-back method that other entities can pass branches to.
 
- 
 
-