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(EObject source,
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
Object processStaleReference(EObject source, EStructuralFeature feature, int index, CDOID target)
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.