Package org.eclipse.emf.cdo.spi.common
Interface CDOReplicationContext
- 
- All Superinterfaces:
- CDOBranchHandler,- CDOCommitInfoHandler,- CDOReplicationInfo,- IDurableLockingManager.LockArea.Handler
 - All Known Subinterfaces:
- InternalFailoverParticipant,- InternalSynchronizableRepository
 
 public interface CDOReplicationContext extends CDOReplicationInfo, CDOBranchHandler, CDOCommitInfoHandler, IDurableLockingManager.LockArea.Handler If the meaning of this type isn't clear, there really should be more of a description here...- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method Summary- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchHandlerhandleBranch
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfoHandlerhandleCommitInfo
 - 
Methods inherited from interface org.eclipse.emf.cdo.spi.common.CDOReplicationInfogetLastReplicatedBranchID, getLastReplicatedCommitTime, getLockAreaIDs
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.lock.IDurableLockingManager.LockArea.HandlerhandleLockArea
 
- 
 
-