Package org.eclipse.emf.cdo.spi.server
Interface InternalRepositorySynchronizer
- 
- All Superinterfaces:
- org.eclipse.net4j.util.container.IContainer<CDOSession>,- org.eclipse.net4j.util.lifecycle.IDeactivateable,- org.eclipse.net4j.util.lifecycle.ILifecycle,- org.eclipse.net4j.util.event.INotifier,- IRepositorySynchronizer
 
 public interface InternalRepositorySynchronizer extends IRepositorySynchronizer, org.eclipse.net4j.util.lifecycle.ILifecycle If the meaning of this type isn't clear, there really should be more of a description here...- 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.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.server.IRepositorySynchronizerDEFAULT_MAX_RECOMMITS, DEFAULT_RECOMMIT_INTERVAL, DEFAULT_RETRY_INTERVAL
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalSynchronizableRepositorygetLocalRepository()InternalCDOSessiongetRemoteSession()voidsetLocalRepository(InternalSynchronizableRepository localRepository)voidsetRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory)- 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleactivate, deactivate, getLifecycleState, isActive
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 - 
Methods inherited from interface org.eclipse.emf.cdo.server.IRepositorySynchronizergetMaxRecommits, getRecommitInterval, getRemoteSessionConfigurationFactory, getRetryInterval, isRawReplication, setMaxRecommits, setRawReplication, setRecommitInterval, setRetryInterval
 
- 
 
- 
- 
- 
Method Detail- 
getLocalRepositoryInternalSynchronizableRepository getLocalRepository() - Specified by:
- getLocalRepositoryin interface- IRepositorySynchronizer
 
 - 
setLocalRepositoryvoid setLocalRepository(InternalSynchronizableRepository localRepository) 
 - 
setRemoteSessionConfigurationFactoryvoid setRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) 
 - 
getRemoteSessionInternalCDOSession getRemoteSession() - Specified by:
- getRemoteSessionin interface- IRepositorySynchronizer
 
 
- 
 
-