| Package | Description |
|---|---|
| org.eclipse.emf.cdo.location |
Client concepts for dealing with repository locations and checkout sources.
|
| org.eclipse.emf.cdo.server |
Server concepts for dealing with repositories and stores.
|
| org.eclipse.emf.cdo.server.net4j |
Server concepts for dealing with Net4j-based repositories and fail-over infrastructure.
|
| org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
| org.eclipse.emf.cdo.spi.workspace |
Server provider interfaces (SPI) for CDO
workspaces. |
| org.eclipse.emf.cdo.workspace |
Concepts to checkout, open and further operate CDO
workspaces. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRepositoryLocation
A CDO server independent representation of a repository.
|
| Modifier and Type | Method and Description |
|---|---|
CDOSessionConfigurationFactory |
IRepositorySynchronizer.getRemoteSessionConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IRepositorySynchronizer |
CDOServerUtil.createRepositorySynchronizer(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
FailoverAgent
A repository-side agent for a
fail-over monitor. |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalRepositorySynchronizer.setRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory) |
| Modifier and Type | Method and Description |
|---|---|
CDOSessionConfigurationFactory |
InternalCDOWorkspace.getRemoteSessionConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
CDOSessionConfigurationFactory |
CDOWorkspaceConfiguration.getRemote() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.