Interface CDOCommitInfoHandler
- 
- All Known Subinterfaces:
- CDOCommitHistory,- CDOObjectHistory,- CDOReplicationContext,- CDOViewCommitInfoListener,- InternalFailoverParticipant,- InternalSynchronizableRepository
 - All Known Implementing Classes:
- AsyncCommitInfoHandler,- BinaryCommitInfoLog,- TextCommitInfoLog
 - Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public interface CDOCommitInfoHandlerA call-back interface that indicates the ability to handlecommit infosthat are passed from other entities.- Since:
- 3.0
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleCommitInfo(CDOCommitInfo commitInfo)
 
- 
- 
- 
Method Detail- 
handleCommitInfovoid handleCommitInfo(CDOCommitInfo commitInfo) 
 
- 
 
-