From fb0ed6d981d1e8e9b4cae810451d3916d80ff42f Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Sun, 10 Jun 2012 10:14:33 +0200 Subject: Javadocs: Include SPI --- .../eclipse/emf/cdo/common/lock/package-use.html | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/lock/package-use.html') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/lock/package-use.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/lock/package-use.html index 72952222e1..34ae8e5bed 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/lock/package-use.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/lock/package-use.html @@ -114,6 +114,18 @@ Packages that use +org.eclipse.emf.cdo.spi.common +Common service provider interfaces and useful base implementations.  + + +org.eclipse.emf.cdo.spi.common.lock +Common service provider interfaces and useful base implementations for dealing with object locks.  + + +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.  @@ -125,6 +137,10 @@ Packages that use org.eclipse.emf.internal.cdo Exposes CDOObjectImpl for extension in generated EMF models.  + +org.eclipse.emf.spi.cdo +Client service provider interfaces and useful base implementations.  +  

@@ -311,6 +327,101 @@ Classes in + + + + + + + +
+Classes in org.eclipse.emf.cdo.common.lock used by org.eclipse.emf.cdo.spi.common
IDurableLockingManager.LockArea.Handler + +
+          A call-back interface for handling lock area objects.
+  +

+ + + + + + + + + + + +
+Classes in org.eclipse.emf.cdo.common.lock used by org.eclipse.emf.cdo.spi.common.lock
CDOLockOwner + +
+          A client-side representation of a view owning locks.
CDOLockState + +
+          A client-side representation of all the locks on a single CDOObject.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in org.eclipse.emf.cdo.common.lock used by org.eclipse.emf.cdo.spi.server
CDOLockChangeInfo + +
+          Represents a change in the lock state of a set of objects.
CDOLockChangeInfoHandler + +
+          A call-back interface that indicates the ability to handle lock-change infos that + are passed from other entities.
CDOLockOwner + +
+          A client-side representation of a view owning locks.
CDOLockState + +
+          A client-side representation of all the locks on a single CDOObject.
IDurableLockingManager + +
+          Manages all persistent aspects of durable CDO views such as branch point and acquired locks.
IDurableLockingManager.LockArea + +
+          Encapsulates the persistable information about a single durable CDO view like branch point + and acquired locks.
IDurableLockingManager.LockArea.Handler + +
+          A call-back interface for handling lock area objects.
IDurableLockingManager.LockGrade + +
+          Enumerates the possible combinations of read and write locks on a single CDO object.
+  +

@@ -362,6 +473,33 @@ Classes in + +
CDOLockState +
+          A client-side representation of all the locks on a single CDOObject.
+  +

+ + + + + + + + + + + + + -- cgit v1.2.3
+Classes in org.eclipse.emf.cdo.common.lock used by org.eclipse.emf.spi.cdo
CDOLockChangeInfo + +
+          Represents a change in the lock state of a set of objects.
CDOLockOwner + +
+          A client-side representation of a view owning locks.
CDOLockState +
          A client-side representation of all the locks on a single CDOObject.