public class CDOAutoLocker extends CDODefaultTransactionHandler1
Modifier and Type | Class and Description |
---|---|
static class |
CDOAutoLocker.ForSingleValuedChanges
An
auto locker that only locks objects when their single-valued features are changed. |
CDOTransactionHandler1.WithUndo
Constructor and Description |
---|
CDOAutoLocker() |
CDOAutoLocker(long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
modifyingObject(CDOTransaction transaction,
CDOObject object,
CDOFeatureDelta featureChange)
This implementation does nothing.
|
attachingObject, detachingObject, handleDefault, undoingObject
public CDOAutoLocker(long timeout)
public CDOAutoLocker()
public void modifyingObject(CDOTransaction transaction, CDOObject object, CDOFeatureDelta featureChange)
CDODefaultTransactionHandler1
modifyingObject
in interface CDOTransactionHandler1
modifyingObject
in class CDODefaultTransactionHandler1
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html