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

Packages that use org.eclipse.emf.cdo.common.util
org.eclipse.emf.cdo.admin Client side of the protocol to administer CDO repositories remotely. 
org.eclipse.emf.cdo.common Common concepts that are differently extended in clients and servers. 
org.eclipse.emf.cdo.common.admin Common concepts for the protocol to administer CDO repositories remotely. 
org.eclipse.emf.cdo.common.branch Common concepts for dealing with branches. 
org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets. 
org.eclipse.emf.cdo.common.lock Common concepts for dealing with durable locks and views. 
org.eclipse.emf.cdo.common.revision Common concepts for dealing with revisions and revision lists. 
org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.ocl Server implementation of a generic OCL query handler. 
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
org.eclipse.emf.cdo.spi.common Common service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.spi.common.branch Common service provider interfaces and useful base implementations for dealing with branches. 
org.eclipse.emf.cdo.spi.common.commit Common service provider interfaces and useful base implementations for dealing with commits and change sets. 
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.util Client utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.admin
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.common
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.common.admin
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.common.branch
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.common.commit
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.common.lock
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.common.revision
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.common.util
BlockingCloseableIterator
          A closeable iterator that blocks on Iterator.hasNext() until the next element is available or the end of the iteration is reached.
CDOException
          An unchecked exception for general CDO purposes.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.server
CDOException
          An unchecked exception for general CDO purposes.
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.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.server.ocl
CDOQueryInfo
          Encapsulates all the transferrable information that fully specifies a query from a view to a repository.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.session
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.spi.common
BlockingCloseableIterator
          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.
CDOQueryQueue
          The queue that represents the result of a CDOQuery.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.spi.common.branch
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.spi.common.commit
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.spi.common.revision
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.spi.server
BlockingCloseableIterator
          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.
CDOQueryQueue
          The queue that represents the result of a CDOQuery.
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.transaction
CDOTimeProvider
          Provides the consumer with a long-valued time stamp.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.util
CDOException
          An unchecked exception for general CDO purposes.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.cdo.view
CDOException
          An unchecked exception for general CDO purposes.
CDOFetchRule
          Represents a subset of the features of a class.
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.
 

Classes in org.eclipse.emf.cdo.common.util used by org.eclipse.emf.spi.cdo
BlockingCloseableIterator
          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.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.