Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java
index 6300d643d4..430e020670 100644
--- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java
+++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java
@@ -24,6 +24,7 @@ import java.util.Map;
*
* @author Eike Stepper
* @since 4.0
+ * @apiviz.uses {@link IDurableLockingManager.LockArea} - - manages
*/
public interface IDurableLockingManager
{
@@ -49,6 +50,7 @@ public interface IDurableLockingManager
* @author Eike Stepper
* @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients.
+ * @apiviz.composedOf {@link IDurableLockingManager.LockGrade} - - locks
*/
public interface LockArea extends CDOBranchPoint
{
@@ -74,6 +76,7 @@ public interface IDurableLockingManager
* A call-back interface for <em>handling</em> {@link LockArea lock area} objects.
*
* @author Eike Stepper
+ * @apiviz.uses {@link IDurableLockingManager.LockArea} - - handles
*/
public interface Handler
{

Back to the top