From 3aa4b7215e91262b4bc5f5090a0e488aa8ba3c84 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Sat, 8 Oct 2011 07:56:44 +0000 Subject: javadocs --- .../server/ILockingManager.DurableViewHandler.html | 234 +++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/ILockingManager.DurableViewHandler.html (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/ILockingManager.DurableViewHandler.html') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/ILockingManager.DurableViewHandler.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/ILockingManager.DurableViewHandler.html new file mode 100644 index 0000000000..963c3c20ee --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/ILockingManager.DurableViewHandler.html @@ -0,0 +1,234 @@ + + + + + + +ILockingManager.DurableViewHandler (CDO Model Repository Documentation) + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.eclipse.emf.cdo.server +
+Interface ILockingManager.DurableViewHandler

+
+
Enclosing interface:
ILockingManager
+
+
+
+
public static interface ILockingManager.DurableViewHandler +
+ + + + + +
+ + + +

+A call-back interface primarily intended to allow implementers to prevent the view from being opened by throwing an + exception. See ILockingManager.addDurableViewHandler(DurableViewHandler). +

+ +

+

+
Since:
+
4.1
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidopeningView(CDOCommonSession session, + int viewID, + boolean readOnly, + IDurableLockingManager.LockArea area) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+openingView

+
+void openingView(CDOCommonSession session,
+                 int viewID,
+                 boolean readOnly,
+                 IDurableLockingManager.LockArea area)
+                 throws Exception
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. + + -- cgit v1.2.3