Package org.eclipse.emf.cdo

Client concepts like CDOObject and CDOState.


Interface Summary
CDOAdapter A marker interface for adpters to indicate that change subscriptions should be registered with the repository if they are attached to objects.
CDODeltaNotification This class behaves like the usual EMF Notification except for the following: It doesn't provide the old value, only the new index or new value.
CDOInvalidationNotification A custom EMF notification that is emitted to adapters of the objects in a view if invalidation notification is enabled for the view.
CDOLock A read or write lock on an object as returned by CDOObject.cdoReadLock() or CDOObject.cdoWriteLock().
CDONotification A base interface for all CDO specific notifications.
CDOObject A specialized subinterface of EObject that is exposed by all CDO objects and allows access to special CDO properties and features of those objects.
CDOObjectHistory A cache for the commit infos of an object.
CDOObjectReference Represents a CDOObject typed reference from one object to another object.
 

Enum Summary
CDOState Enumerates the possible states of local objects.
 



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