Schnittstelle CDOBranchHandler
- Alle bekannten Unterschnittstellen:
CDOReplicationContext
,InternalFailoverParticipant
,InternalSynchronizableRepository
public interface CDOBranchHandler
A call-back interface that indicates the ability to handle branches that are passed from other entities.
- Seit:
- 3.0
- Autor:
- Eike Stepper
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
handleBranch
(CDOBranch branch) A call-back method that other entities can pass branches to.
-
Methodendetails
-
handleBranch
A call-back method that other entities can pass branches to.
-