Package org.eclipse.emf.cdo.spi.server
Schnittstelle InternalRepositorySynchronizer
- Alle Superschnittstellen:
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...
- Seit:
- 3.0
- Autor:
- 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.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E>, org.eclipse.net4j.util.container.IContainer.Persistable<E>, org.eclipse.net4j.util.container.IContainer.Persistence<E>Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.lifecycle.ILifecycle
org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivationVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2 -
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.server.IRepositorySynchronizer
DEFAULT_MAX_RECOMMITS, DEFAULT_RECOMMIT_INTERVAL, DEFAULT_RETRY_INTERVAL -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetLocalRepository(InternalSynchronizableRepository localRepository) voidsetRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IContainer
getElements, isEmptyVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActiveVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListenerVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.server.IRepositorySynchronizer
getMaxRecommits, getRecommitInterval, getRemoteSessionConfigurationFactory, getRetryInterval, isRawReplication, setMaxRecommits, setRawReplication, setRecommitInterval, setRetryInterval
-
Methodendetails
-
getLocalRepository
InternalSynchronizableRepository getLocalRepository()- Angegeben von:
getLocalRepositoryin SchnittstelleIRepositorySynchronizer
-
setLocalRepository
-
setRemoteSessionConfigurationFactory
void setRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) -
getRemoteSession
InternalCDOSession getRemoteSession()- Angegeben von:
getRemoteSessionin SchnittstelleIRepositorySynchronizer
-