| Package | Description |
|---|---|
| org.eclipse.emf.cdo.common |
Common concepts that are differently extended in clients and servers.
|
| org.eclipse.emf.cdo.common.util |
Common utility classes, some common interfaces and exceptions.
|
| org.eclipse.emf.cdo.session |
Client concepts for dealing with sessions to CDO repositories.
|
| org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
| Modifier and Type | Method and Description |
|---|---|
CDOCommonSession.Options.PassiveUpdateMode |
CDOCommonSession.Options.PassiveUpdateEvent.getNewMode() |
CDOCommonSession.Options.PassiveUpdateMode |
CDOCommonSession.Options.PassiveUpdateEvent.getOldMode() |
CDOCommonSession.Options.PassiveUpdateMode |
CDOCommonSession.Options.getPassiveUpdateMode() |
static CDOCommonSession.Options.PassiveUpdateMode |
CDOCommonSession.Options.PassiveUpdateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDOCommonSession.Options.PassiveUpdateMode[] |
CDOCommonSession.Options.PassiveUpdateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CDOCommonSession.Options.setPassiveUpdateMode(CDOCommonSession.Options.PassiveUpdateMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CDOCommonEventAdapter.onPassiveUpdatesMode(CDOCommonSession.Options.PassiveUpdateMode oldMode,
CDOCommonSession.Options.PassiveUpdateMode newMode) |
| Modifier and Type | Method and Description |
|---|---|
CDOCommonSession.Options.PassiveUpdateMode |
CDOSessionConfiguration.getPassiveUpdateMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDOSessionConfiguration.setPassiveUpdateMode(CDOCommonSession.Options.PassiveUpdateMode passiveUpdateMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
CDOSessionProtocol.setPassiveUpdateMode(CDOCommonSession.Options.PassiveUpdateMode mode) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.