org.eclipse.emf.cdo.server
Interface ISynchronizableRepository
- All Superinterfaces:
- CDOCommonRepository, CDOTimeProvider, IContainer<Object>, INotifier, IQueryHandlerProvider, IRepository
- All Known Subinterfaces:
- InternalFailoverParticipant, InternalSynchronizableRepository
public interface ISynchronizableRepository
- extends IRepository
A repository with the ability to synchronize
its content with another repository.
- Since:
- 3.0
- 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.
Methods inherited from interface org.eclipse.emf.cdo.server.IRepository |
addCommitInfoHandler, addHandler, getBranchManager, getLastCommitTimeStamp, getLockManager, getPackageRegistry, getProperties, getQueryHandlerProvider, getRevisionManager, getSessionManager, getStore, removeCommitInfoHandler, removeHandler, setInitialPackages, validateTimeStamp, waitForCommit |
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepository |
getCreationTime, getName, getObjectIDTypes, getRootResourceID, getState, getStoreType, getType, getUUID, isEnsuringReferentialIntegrity, isSupportingAudits, isSupportingBranches, isSupportingEcore |
getSynchronizer
IRepositorySynchronizer getSynchronizer()
getReplicatorSession
ISession getReplicatorSession()
getLastReplicatedBranchID
int getLastReplicatedBranchID()
getLastReplicatedCommitTime
long getLastReplicatedCommitTime()
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.