Package | Description |
---|---|
org.eclipse.emf.cdo.admin |
Client side of the protocol to administer CDO repositories remotely.
|
org.eclipse.emf.cdo.net4j |
Client concepts for dealing with Net4j-based sessions to remote repositories.
|
org.eclipse.emf.cdo.server.embedded |
Server concepts for dealing with Net4j-based repositories and fail-over infrastructure.
|
Modifier and Type | Method and Description |
---|---|
void |
CDOAdminClientRepository.SessionConfigurator.prepare(CDONet4jSessionConfiguration configuration) |
Modifier and Type | Interface and Description |
---|---|
interface |
CDOSessionConfiguration
Deprecated.
|
interface |
FailoverCDOSessionConfiguration
A
session configuration that recovers from network problems by failing over
to backup repositories as directed by a fail-over monitor. |
interface |
ReconnectingCDOSessionConfiguration
A
session configuration that recovers from network problems by attempting
to reconnect to the same repository in specific intervals. |
interface |
RecoveringCDOSessionConfiguration
A
session configuration that uses a heart beat
protocol to detect network problems. |
Modifier and Type | Method and Description |
---|---|
static CDONet4jSessionConfiguration |
CDONet4jUtil.createNet4jSessionConfiguration() |
protected CDONet4jSessionConfiguration |
CDONet4jViewProvider.getNet4jSessionConfiguration(IConnector connector,
java.lang.String userName,
java.lang.String passWord,
java.lang.String repositoryName) |
Modifier and Type | Method and Description |
---|---|
CDONet4jSessionConfiguration |
CDOEmbeddedRepositoryConfig.createSessionConfiguration(IConnector connector,
CDOBranchManager branchManager,
CDORevisionManager revisionManager)
Subclasses may override.
|
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html