Uses of Interface
org.eclipse.emf.cdo.session.CDOSessionConfigurationFactory
Packages that use CDOSessionConfigurationFactory
Package
Description
Server concepts for dealing with repositories and stores.
Server concepts for dealing with Net4j-based repositories and fail-over infrastructure.
Server service provider interfaces and useful base implementations.
Server provider interfaces (SPI) for CDO
workspaces
.Concepts to checkout, open and further operate CDO
workspaces
.-
Uses of CDOSessionConfigurationFactory in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return CDOSessionConfigurationFactoryMethods in org.eclipse.emf.cdo.server with parameters of type CDOSessionConfigurationFactoryModifier and TypeMethodDescriptionstatic IRepositorySynchronizer
CDOServerUtil.createRepositorySynchronizer
(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) -
Uses of CDOSessionConfigurationFactory in org.eclipse.emf.cdo.server.net4j
Classes in org.eclipse.emf.cdo.server.net4j that implement CDOSessionConfigurationFactory -
Uses of CDOSessionConfigurationFactory in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOSessionConfigurationFactoryModifier and TypeMethodDescriptionvoid
InternalRepositorySynchronizer.setRemoteSessionConfigurationFactory
(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) -
Uses of CDOSessionConfigurationFactory in org.eclipse.emf.cdo.spi.workspace
Methods in org.eclipse.emf.cdo.spi.workspace that return CDOSessionConfigurationFactory -
Uses of CDOSessionConfigurationFactory in org.eclipse.emf.cdo.workspace
Methods in org.eclipse.emf.cdo.workspace that return CDOSessionConfigurationFactoryMethods in org.eclipse.emf.cdo.workspace with parameters of type CDOSessionConfigurationFactoryModifier and TypeMethodDescriptionstatic CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote) Deprecated.static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, long timeStamp) Deprecated.static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath) Deprecated.static CDOWorkspace
CDOWorkspaceUtil.checkout
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote, String branchPath, long timeStamp) Deprecated.static CDOWorkspace
CDOWorkspaceUtil.open
(IStore local, CDOWorkspaceBase base, CDOSessionConfigurationFactory remote) Deprecated.void
CDOWorkspaceConfiguration.setRemote
(CDOSessionConfigurationFactory remote)
CDOWorkspaceUtil.createWorkspaceConfiguration()
andCDOWorkspaceConfiguration.checkout()