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.DeferrableActivation
Von 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 TypMethodeBeschreibungvoid
setLocalRepository
(InternalSynchronizableRepository localRepository) void
setRemoteSessionConfigurationFactory
(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActive
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.server.IRepositorySynchronizer
getMaxRecommits, getRecommitInterval, getRemoteSessionConfigurationFactory, getRetryInterval, isRawReplication, setMaxRecommits, setRawReplication, setRecommitInterval, setRetryInterval
-
Methodendetails
-
getLocalRepository
InternalSynchronizableRepository getLocalRepository()- Angegeben von:
getLocalRepository
in SchnittstelleIRepositorySynchronizer
-
setLocalRepository
-
setRemoteSessionConfigurationFactory
void setRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) -
getRemoteSession
InternalCDOSession getRemoteSession()- Angegeben von:
getRemoteSession
in SchnittstelleIRepositorySynchronizer
-