org.eclipse.emf.cdo.spi.server
Interface InternalRepositorySynchronizer

All Superinterfaces:
ILifecycle, INotifier, IRepositorySynchronizer

public interface InternalRepositorySynchronizer
extends IRepositorySynchronizer, ILifecycle

Since:
3.0
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.lifecycle.ILifecycle
ILifecycle.DeferrableActivation
 
Method Summary
 InternalSynchronizableRepository getLocalRepository()
           
 InternalCDOSession getRemoteSession()
           
 void setLocalRepository(InternalSynchronizableRepository localRepository)
           
 void setRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory)
           
 
Methods inherited from interface org.eclipse.emf.cdo.server.IRepositorySynchronizer
getMaxRecommits, getRecommitInterval, getRemoteSessionConfigurationFactory, getRetryInterval, isRawReplication, setMaxRecommits, setRawReplication, setRecommitInterval, setRetryInterval
 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActive
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getLocalRepository

InternalSynchronizableRepository getLocalRepository()
Specified by:
getLocalRepository in interface IRepositorySynchronizer

setLocalRepository

void setLocalRepository(InternalSynchronizableRepository localRepository)

setRemoteSessionConfigurationFactory

void setRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory)

getRemoteSession

InternalCDOSession getRemoteSession()
Specified by:
getRemoteSession in interface IRepositorySynchronizer


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.