
public interface CDOStaleReferencePolicy
| Modifier and Type | Interface and Description |
|---|---|
static class |
CDOStaleReferencePolicy.DynamicProxy |
| Modifier and Type | Field and Description |
|---|---|
static CDOStaleReferencePolicy |
DEFAULT |
static CDOStaleReferencePolicy |
EXCEPTION
A stale reference policy that throws an
ObjectNotFoundException each time. |
static CDOStaleReferencePolicy |
PROXY
A stale reference policy that returns dynamic Java proxies with the appropriate EClasses.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
processStaleReference(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature feature,
int index,
CDOID target)
Returns an object that we want to return to the caller (clients).
|
static final CDOStaleReferencePolicy EXCEPTION
ObjectNotFoundException each time.static final CDOStaleReferencePolicy PROXY
static final CDOStaleReferencePolicy DEFAULT
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.