Package org.eclipse.emf.cdo.common.util

Common utility classes, some common interfaces and exceptions.


Interface Summary
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 Summary
CDOCommonEventAdapter A convenience adapter for common CDO events.
CDOCommonUtil Various static methods that may help with I/O and time stamps.
CDOFetchRule Represents a subset of the features of a class.
CDOQueryQueue<E> The queue that represents the result of a CDOQuery.
RepositoryStateChangedEvent An event fired when the state of a repository has changed.
RepositoryTypeChangedEvent An event fired when the type of a repository has changed.
 

Exception Summary
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) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.