Package org.eclipse.emf.cdo.server
Schnittstelle ILockingManager.DurableViewHandler
- Umschließende Schnittstelle:
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)
.- Seit:
- 4.1
- Autor:
- Caspar De Groot
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
openingView
(CDOCommonSession session, int viewID, boolean readOnly, IDurableLockingManager.LockArea area) A call-back method primarily intended to allow implementers to prevent the view from being opened by throwing an exception.
-
Methodendetails
-
openingView
void openingView(CDOCommonSession session, int viewID, boolean readOnly, IDurableLockingManager.LockArea area) throws Exception A call-back method primarily intended to allow implementers to prevent the view from being opened by throwing an exception. SeeILockingManager.addDurableViewHandler(DurableViewHandler)
.- Löst aus:
Exception
-