See: Description

| Interface | Description |
|---|---|
| BlockingCloseableIterator<T> |
A closeable iterator that blocks on
Iterator.hasNext() until the next element is available or the end of the
iteration is reached. |
| CDOQueryInfo |
Encapsulates all the transferrable information that fully specifies a query from a
view to a
repository. |
| CDOTimeProvider |
Provides the consumer with a long-valued time stamp.
|
| Class | Description |
|---|---|
| CDOCommonEventAdapter |
A convenience adapter for common CDO
events. |
| CDOCommonUtil |
Various static methods that may help with I/O and time stamps.
|
| CDOFetchRule | |
| CDOQueryQueue<E> |
The
queue that represents the result of a CDOQuery. |
| RepositoryStateChangedEvent | |
| RepositoryTypeChangedEvent |
| Exception | Description |
|---|---|
| CDOException |
An unchecked exception for general CDO purposes.
|
| NotAuthenticatedException |
An unchecked
security exception indicating that a user has canceled an attempt to authenticate himself. |
| PartialCollectionLoadingNotSupportedException |
An unchecked exception that indicates that
list element proxies have been encountered but
cannot be handled. |
| TransportException |
An unchecked exception that indicates transport-level problems.
|
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.