Package org.eclipse.emf.cdo.util

Client utility classes, some common interfaces and exceptions.


Interface Summary
CDOFactory Creates CDO objects.
CDOUpdatable Represents facilities that can receive passive updates.
 

Class Summary
CDOBalancedTree A utility class that attaches objects to a folder rooted, balanced tree such that configurable capacities for resources per folder and objects per resource are never exceeded.
CDOLazyContentAdapter A scalable content adapter that uses CDO mechansims to attach itself to objects when they are lazily loaded.
CDOModificationTrackingAdapter Maintains the modified state of a CDO resource with the help of a transaction handler.
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 Summary
CommitException A checked exception being thrown from CDOUserTransaction.commit() in case of unrecoverable commit problems such as commit conflicts.
CommitIntegrityException A commit exception that indicates referential integrity problems with partial commits before the server is contacted.
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.
InvalidObjectException Exception occurs when an object isn't valid anymore.
InvalidURIException An unchecked exception being thrown to indicate problems with the URI of a resource.
LegacyModeNotEnabledException An unchecked exception being thrown if legacy objects are to be accessed and the associated view is not in legacy mode.
LockTimeoutException An unchecked exception being thrown if locks could not be acquired within the specified timeout period.
ObjectNotFoundException Exception occurs when an id doesn't exist on the server.
ReadOnlyException An unchecked exception being thrown if write access to objects of a read-only view is attempted.
ReferentialIntegrityException A commit exception that indicates referential integrity problems detected by the server.
ServerException Deprecated. Not used.
StaleRevisionLockException An unchecked exception being thrown when attempting to lock stale objects.
 



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