See: Description

| Interface | Description |
|---|---|
| CDOFactory |
Creates CDO
objects. |
| CDOUpdatable |
Represents facilities that can receive
passive updates. |
| Class | Description |
|---|---|
| CDOBalancedTree | |
| CDOLazyContentAdapter |
A scalable
content adapter that uses CDO mechansims to attach itself to objects when they are lazily loaded. |
| CDOModificationTrackingAdapter | |
| CDOURIData |
Represents a CDO-specific
URI in connection-aware format. |
| CDOURIUtil |
Various static methods that may help with CDO-specific
URIs. |
| CDOUtil |
Various static methods that may help in CDO client applications.
|
| Exception | Description |
|---|---|
| CommitConflictException |
A
concurrent access exception that indicates that some of the local modifications are based on old revisions
because other transactions have intermittently committed their modifications. |
| CommitException |
A checked exception being thrown from
CDOUserTransaction.commit() in case of commit problems such as commit conflicts. |
| CommitIntegrityException |
A local
data integrity exception that indicates that the subset of object modifications in a
partial commit is inconsistent. |
| ConcurrentAccessException |
A
commit exception that indicates problems that are caused by concurrent access to the repository. |
| ContainmentCycleException |
A
concurrent access exception that indicates an attempt of the local transaction to introduce a containment cycle. |
| DanglingIntegrityException |
A local
data integrity exception that indicates the addition of one or more cross references to objects
that are not (or no longer) contained in the repository. |
| DanglingReferenceException |
An unchecked exception being thrown from
CDOUserTransaction.commit() if the commit change
set is referencing objects that are not contained by any resource before the server
is contacted. |
| DataIntegrityException |
A
commit exception that indicates data integrity problems. |
| InvalidObjectException |
Exception occurs when an object isn't valid anymore.
|
| InvalidURIException | |
| LegacyModeNotEnabledException | Deprecated
As of 4.2 the legacy mode is always enabled.
|
| LocalCommitConflictException |
A
commit conflict exception that indicates that the transaction has local conflicts. |
| LockTimeoutException | |
| ObjectNotFoundException |
Exception occurs when an id doesn't exist on the server.
|
| OptimisticLockingException |
A
concurrent access exception that indicates that the repository can not acquire optimistic locks for some of the locally modified objects. |
| ReadOnlyException | |
| ReferentialIntegrityException |
A
data integrity exception that indicates an attempt to create stale references. |
| ServerException | Deprecated
Not used.
|
| StaleRevisionLockException |
An unchecked exception being thrown when attempting to
lock stale objects. |
| ValidationException |
A
data integrity exception indicating that the attempt
to commit a transaction was rejected because of violation of server-side validation checks. |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.