org.eclipse.emf.cdo.server
Interface IRepositorySynchronizer

All Superinterfaces:
INotifier

public interface IRepositorySynchronizer
extends INotifier

Synchronizes a synchronizable repository with a master repository.

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.

Method Summary
 ISynchronizableRepository getLocalRepository()
           
 int getMaxRecommits()
           
 int getRecommitInterval()
           
 CDOSession getRemoteSession()
           
 CDOSessionConfigurationFactory getRemoteSessionConfigurationFactory()
           
 int getRetryInterval()
           
 boolean isRawReplication()
           
 void setMaxRecommits(int maxRecommits)
           
 void setRawReplication(boolean rawReplication)
           
 void setRecommitInterval(int recommitInterval)
           
 void setRetryInterval(int retryInterval)
           
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getRetryInterval

int getRetryInterval()

setRetryInterval

void setRetryInterval(int retryInterval)

getLocalRepository

ISynchronizableRepository getLocalRepository()

getRemoteSessionConfigurationFactory

CDOSessionConfigurationFactory getRemoteSessionConfigurationFactory()

getRemoteSession

CDOSession getRemoteSession()

isRawReplication

boolean isRawReplication()

setRawReplication

void setRawReplication(boolean rawReplication)
Since:
4.0

getMaxRecommits

int getMaxRecommits()

setMaxRecommits

void setMaxRecommits(int maxRecommits)

getRecommitInterval

int getRecommitInterval()

setRecommitInterval

void setRecommitInterval(int recommitInterval)


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